[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.36.2.8,1.36.2.9
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.36.2.8,1.36.2.9 |
Date: |
Thu, 07 Apr 2005 03:06:04 -0700 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8687/C4
Modified Files:
Tag: rel_2_2
SearchMarc.pm
Log Message:
Index: SearchMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v
retrieving revision 1.36.2.8
retrieving revision 1.36.2.9
diff -C2 -r1.36.2.8 -r1.36.2.9
*** SearchMarc.pm 25 Mar 2005 16:32:27 -0000 1.36.2.8
--- SearchMarc.pm 7 Apr 2005 10:06:02 -0000 1.36.2.9
***************
*** 217,221 ****
# remove % at the beginning
@$value[$i] =~ s/^%//g;
! @$value[$i] =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\})/ /g if
@$operator[$i] eq "contains";
if(@$excluding[$i]) # NOT statements
{
--- 217,221 ----
# remove % at the beginning
@$value[$i] =~ s/^%//g;
! @$value[$i] =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\}|\/)/ /g
if @$operator[$i] eq "contains";
if(@$excluding[$i]) # NOT statements
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.36.2.8,1.36.2.9,
Paul POULAIN <=