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

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


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

Modified Files:
      Tag: rel_2_0
	Reserves2.pm 
Log Message:
Fix for bug 605



Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.36
retrieving revision 1.36.2.1
diff -C2 -r1.36 -r1.36.2.1
*** Reserves2.pm	15 Dec 2003 16:07:36 -0000	1.36
--- Reserves2.pm	15 Jan 2004 23:31:38 -0000	1.36.2.1
***************
*** 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