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.32,1.33


From: Mike Hansen
Subject: [Koha-cvs] CVS: koha/C4 Reserves2.pm,1.32,1.33
Date: Mon, 19 May 2003 06:59:15 -0700

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

Modified Files:
        Reserves2.pm 
Log Message:
Bug fixes.


Index: Reserves2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Reserves2.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** Reserves2.pm        5 May 2003 11:51:20 -0000       1.32
--- Reserves2.pm        19 May 2003 13:59:12 -0000      1.33
***************
*** 107,111 ****
        my $dbh = C4::Context->dbh;
        # Find the desired items in the reserves
!       my $query="SELECT *,reserves.branchcode,biblio.title AS btitle  FROM 
reserves,borrowers,biblio ";
        # FIXME - These three bits of SQL seem to contain a fair amount of
        # redundancy. Wouldn't it be better to have a @clauses array, add
--- 107,111 ----
        my $dbh = C4::Context->dbh;
        # Find the desired items in the reserves
!       my $query="SELECT *,reserves.branchcode,biblio.title AS btitle, 
reserves.timestamp as rtimestamp FROM reserves,borrowers,biblio ";
        # FIXME - These three bits of SQL seem to contain a fair amount of
        # redundancy. Wouldn't it be better to have a @clauses array, add




reply via email to

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