[Koha-cvs] CVS: koha/C4 Search.pm,1.84,1.85

MJ Ray slef at users.sourceforge.net
Sun Dec 14 18:25:39 CET 2003


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

Modified Files:
	Search.pm 
Log Message:
Fix for bug reported by Owen

Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -r1.84 -r1.85
*** Search.pm	11 Dec 2003 12:56:34 -0000	1.84
--- Search.pm	14 Dec 2003 17:25:37 -0000	1.85
***************
*** 397,400 ****
--- 397,401 ----
    # Again, we build a list of clauses from the keywords.
    @clauses = ();
+   @bind = ();
    $query = "SELECT biblionumber FROM bibliosubtitle WHERE ";
    foreach my $keyword (@key)





More information about the Koha-cvs mailing list