[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.31,1.32

Paul POULAIN tipaul at users.sourceforge.net
Thu Apr 24 20:28:43 CEST 2003


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv27212/C4

Modified Files:
	Catalogue.pm 
Log Message:
fix for #410

Index: Catalogue.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Catalogue.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** Catalogue.pm	3 Mar 2003 17:37:34 -0000	1.31
--- Catalogue.pm	24 Apr 2003 18:28:40 -0000	1.32
***************
*** 835,839 ****
    my ($searchstring)=@_;
    my $dbh = C4::Context->dbh;
!   my $query="Select * from aqbooksellers where name like '%$searchstring%' or
    id = '$searchstring'";
    my $sth=$dbh->prepare($query);
--- 835,839 ----
    my ($searchstring)=@_;
    my $dbh = C4::Context->dbh;
!   my $query="Select * from aqbooksellers where name like '$searchstring%' or
    id = '$searchstring'";
    my $sth=$dbh->prepare($query);





More information about the Koha-cvs mailing list