koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.20,1.21


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.20,1.21
Date: Tue, 22 Jun 2004 08:33:38 -0700

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

Modified Files:
        SearchMarc.pm 
Log Message:
some improvements in SearchMarc

Index: SearchMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** SearchMarc.pm       22 Jun 2004 08:39:22 -0000      1.20
--- SearchMarc.pm       22 Jun 2004 15:33:30 -0000      1.21
***************
*** 123,126 ****
--- 123,128 ----
                # replace * by %
                @$value[$i] =~ s/\*/%/g;
+               # remove % at the beginning
+               @$value[$i] =~ s/^%//g;
                if(@$excluding[$i])     # NOT statements
                {




reply via email to

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