[Koha-cvs] CVS: koha/C4 Reserves2.pm,1.34,1.35

Chris Cormack rangi at users.sourceforge.net
Tue Oct 28 20:34:07 CET 2003


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

Modified Files:
	Reserves2.pm 
Log Message:
Fix for bug 621, 
Returns not marking reserves waiting


Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** Reserves2.pm	17 Jun 2003 08:48:24 -0000	1.34
--- Reserves2.pm	28 Oct 2003 19:34:05 -0000	1.35
***************
*** 514,518 ****
    my ($bibitem,$biblio)=@_;
    my $dbh = C4::Context->dbh;
-   $bibitem=$dbh->quote($bibitem);
    my $query = "SELECT reserves.biblionumber               AS biblionumber,
                        reserves.borrowernumber             AS borrowernumber,
--- 514,517 ----





More information about the Koha-cvs mailing list