=================================================================== RCS file: /cvs/mp3/bin/showfiles.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mp3/bin/showfiles.pl 2007/02/08 20:04:03 1.3 +++ mp3/bin/showfiles.pl 2007/02/08 23:03:15 1.4 @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $RedRiver: showfiles.pl,v 1.2 2006/08/12 00:14:53 andrew Exp $ +# $RedRiver: showfiles.pl,v 1.3 2007/02/08 20:04:03 andrew Exp $ ######################################################################## # GenerateMP3HTML.pl *** Generates the HTML files for the playlist. # @@ -83,7 +83,7 @@ $songtitle =~ s/\.(mp3|ogg)$//i; print "$songtitle"; - print " - Approve" if $prefix; + print " - Approve" if $prefix; print "\n"; } print "\n";