[Koha-cvs] CVS: koha/circ circulation.pl,1.87,1.88

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 22 12:01:48 CEST 2005


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6231/circ

Modified Files:
	circulation.pl 
Log Message:
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...)

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -r1.87 -r1.88
*** circulation.pl	22 Aug 2005 12:53:48 -0000	1.87
--- circulation.pl	22 Sep 2005 10:01:46 -0000	1.88
***************
*** 27,31 ****
  use CGI;
  use C4::Circulation::Circ2;
! use C4::Search;
  use C4::Output;
  use C4::Print;
--- 27,31 ----
  use CGI;
  use C4::Circulation::Circ2;
! use C4::Members;
  use C4::Output;
  use C4::Print;





More information about the Koha-cvs mailing list