[Koha-cvs] CVS: koha/opac opac-search.pl,1.11,1.12

Joshua Ferraro joshferraro at users.sourceforge.net
Mon May 24 16:26:09 CEST 2004


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26987

Modified Files:
	opac-search.pl 
Log Message:
missing comma on line 52


Index: opac-search.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** opac-search.pl	10 May 2004 09:24:14 -0000	1.11
--- opac-search.pl	24 May 2004 14:26:00 -0000	1.12
***************
*** 50,54 ****
  			my ($tag,$subfield) = MARCfind_marc_from_kohafield($dbh,$marc);
  			if ($tag) {
! 				push @tags,$dbh->quote("$tag$subfield");
  			} else {
  				push @tags, $dbh->quote(substr($marc,0,4));
--- 50,54 ----
  			my ($tag,$subfield) = MARCfind_marc_from_kohafield($dbh,$marc);
  			if ($tag) {
! 				push @tags,$dbh->quote("$tag$,subfield");
  			} else {
  				push @tags, $dbh->quote(substr($marc,0,4));





More information about the Koha-cvs mailing list