From: Martin Mares Date: Wed, 26 Dec 2012 13:48:01 +0000 (+0100) Subject: Gallery2: Removed auto-generated comment at the top of gallery.list X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=007f7a52da1cfc87f33de07fc873d0fac46558b4;p=gallery.git Gallery2: Removed auto-generated comment at the top of gallery.list Without the comment, line numbers correspond to photo numbers, which is nice. --- diff --git a/gal2/UCW/Gallery.pm b/gal2/UCW/Gallery.pm index f97ddd8..c8bdc68 100644 --- a/gal2/UCW/Gallery.pm +++ b/gal2/UCW/Gallery.pm @@ -83,7 +83,6 @@ sub RequireThumbnails($$) { sub WriteList($$) { my ($file, $images) = @_; open LIST, '>', "$file.new" or die "Cannot create $file.new: $!\n"; - print LIST "# Image\tID\tRotate\tXform\tTitle\n"; for my $i (@$images) { print LIST join("\t", $i->{file},