From: Caleb E. <ca...@bk...> - 2001-02-27 23:40:28
|
I'm really on the ids bleeding edge now :) Here's a patch for the very latest and greatest 0.6a6 which fixes a bug where it constantly overwrites your album_icon.jpg with the first image in the album. --- ids-0.6/index.cgi Tue Feb 27 07:26:28 2001 +++ photo/index.cgi Tue Feb 27 18:37:28 2001 @@ -147,7 +147,7 @@ $prettyalbum =~ s/^\.+\///g; #trim off leading dot stuff $prettyalbum =~ s/\#\d+_//g; # trims off numbers used for list ordering. ex: "#02_" $prettyalbum =~ s/_/ /g; # replaces underscores with spaces - my $previewName = "$albumData/$album".$albumIconName; + my $previewName = "$albumData/$album/".$albumIconName; unless (-e $previewName) { warn "$album: creating preview $previewName $origAlbum"; $previewName = generateAlbumPreview($origAlbum); -- cae at bklyn dot org | Caleb Epstein | bklyn . org | Brooklyn Dust Bunny Mfg. |