[BACK]Return to search.pl CVS log [TXT][DIR] Up to [local] / mp3 / bin

Diff for /mp3/bin/search.pl between version 1.3 and 1.4

version 1.3, 2007/02/08 20:04:03 version 1.4, 2007/02/08 23:03:15
Line 1 
Line 1 
 #!/usr/bin/perl -w  #!/usr/bin/perl -w
 # $RedRiver: search.pl,v 1.2 2006/08/12 00:14:53 andrew Exp $  # $RedRiver: search.pl,v 1.3 2007/02/08 20:04:03 andrew Exp $
 ########################################################################  ########################################################################
 # Search.pl *** Searches the full list of songs and finds matches.  # Search.pl *** Searches the full list of songs and finds matches.
 #  #
Line 86 
Line 86 
                 print $Query->hidden($key, $Query->param($key));                  print $Query->hidden($key, $Query->param($key));
         }          }
   
         print   $Query->submit(-name=>'Submit',          print $Query->submit(-name=>'Submit', -value=>'Play All');
                                     -value=>'Play All'),  
                 $Query->end_form, "\n";;          print $Query->submit(-name=>'Submit', -value=>'Approve All') if $prefix;
   
           print $Query->end_form, "\n";;
   
         #List_Recipes(%recipes);          #List_Recipes(%recipes);
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>