[Koha-cvs] CVS: koha/C4 Reserves2.pm,1.32,1.33

Mike Hansen wolfpac444 at users.sourceforge.net
Mon May 19 15:59:15 CEST 2003


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





More information about the Koha-cvs mailing list