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

Joshua Ferraro joshferraro at users.sourceforge.net
Mon May 24 16:28:11 CEST 2004


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

Modified Files:
	opac-search.pl 
Log Message:
comma taken out


Index: opac-search.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** opac-search.pl	24 May 2004 14:26:00 -0000	1.12
--- opac-search.pl	24 May 2004 14:28:07 -0000	1.13
***************
*** 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