[Koha-cvs] koha/circ circulation.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Wed Sep 13 10:21:23 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/09/13 08:21:23

Modified files:
	circ           : circulation.pl 

Log message:
	delete a call to DBI.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.97.2.1&r2=1.97.2.2

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.97.2.1
retrieving revision 1.97.2.2
diff -u -b -r1.97.2.1 -r1.97.2.2
--- circulation.pl	30 Aug 2006 16:38:51 -0000	1.97.2.1
+++ circulation.pl	13 Sep 2006 08:21:23 -0000	1.97.2.2
@@ -29,7 +29,6 @@
 use C4::Members;
 use C4::Output;
 use C4::Print;
-use DBI;
 use C4::Auth;
 use C4::Interface::CGI::Output;
 use C4::Koha;





More information about the Koha-cvs mailing list