koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/C4 Reserves2.pm,1.36,1.37
Date: Thu, 15 Jan 2004 15:33:31 -0800

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);
      }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]