[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Search.pm,1.18.2.16,1.18.2.17
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/C4 Search.pm,1.18.2.16,1.18.2.17 |
Date: |
Thu, 31 Oct 2002 22:48:35 -0800 |
Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv14667
Modified Files:
Tag: rel-1-2
Search.pm
Log Message:
Fix for broken author search...
Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.18.2.16
retrieving revision 1.18.2.17
diff -C2 -r1.18.2.16 -r1.18.2.17
*** Search.pm 1 Nov 2002 03:55:03 -0000 1.18.2.16
--- Search.pm 1 Nov 2002 06:48:33 -0000 1.18.2.17
***************
*** 828,834 ****
my $query = '';
my @results;
! $search->{'title'} = quotemeta($search->{'title'});
! $search->{'author'} = quotemeta($search->{'author'});
! $search->{'illustrator'} = quotemeta($search->{'illustrator'});
my $title = lc($search->{'title'});
--- 828,834 ----
my $query = '';
my @results;
! #$search->{'title'} = quotemeta($search->{'title'});
! #$search->{'author'} = quotemeta($search->{'author'});
! #$search->{'illustrator'} = quotemeta($search->{'illustrator'});
my $title = lc($search->{'title'});
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Search.pm,1.18.2.16,1.18.2.17,
Steve Tonnesen <=