[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.3,1.36.2.4
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.36.2.3,1.36.2.4 |
Date: |
Thu, 24 Feb 2005 05:52:35 -0800 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25865/C4
Modified Files:
Tag: rel_2_2
SearchMarc.pm
Log Message:
removing 2 useless lines
Index: SearchMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v
retrieving revision 1.36.2.3
retrieving revision 1.36.2.4
diff -C2 -r1.36.2.3 -r1.36.2.4
*** SearchMarc.pm 23 Feb 2005 17:03:45 -0000 1.36.2.3
--- SearchMarc.pm 24 Feb 2005 13:52:33 -0000 1.36.2.4
***************
*** 240,245 ****
$word =~ s/%//g unless length($word)>4;
unless
(C4::Context->stopwords->{uc($word)} or length($word)==1) { #it's NOT a
stopword => use it. Otherwise, ignore
- my $tag =
substr(@$tags[$i],0,3);
- my $subf =
substr(@$tags[$i],3,1);
push @normal_tags, @$tags[$i];
push @normal_and_or, "and";
# assumes "foo" and "bar" if "foo bar" is entered
--- 240,243 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.36.2.3,1.36.2.4,
Paul POULAIN <=