koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Joshua Ferraro
Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.12,1.13
Date: Mon, 24 May 2004 07:28:11 -0700

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));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]