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.36.2.1


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

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




reply via email to

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