[Koha-cvs] CVS: koha/C4 Reserves2.pm,1.36,1.37

Chris Cormack rangi at users.sourceforge.net
Fri Jan 16 00:33:31 CET 2004


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

Modified Files:
	Reserves2.pm 
Log Message:
Fix for bug 605, committing here as well as the stable branch



Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** Reserves2.pm	15 Dec 2003 16:07:36 -0000	1.36
--- Reserves2.pm	15 Jan 2004 23:33:29 -0000	1.37
***************
*** 453,457 ****
                             AND cancellationdate is NULL");
      $sth->execute($borr);
!     if (my $data=$sth->fetchrow_hashref) {
  	  push(@itemswaiting,$data);
      }
--- 453,457 ----
                             AND cancellationdate is NULL");
      $sth->execute($borr);
!     while (my $data=$sth->fetchrow_hashref) {
  	  push(@itemswaiting,$data);
      }





More information about the Koha-cvs mailing list