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

Kyle Hall kyle.m.hall at gmail.com
Fri May 18 16:22:36 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/05/18 14:22:36

Modified files:
	circ           : circulation.pl 

Log message:
	Commenting out Dumper & Smart Comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.81.2.14.2.21&r2=1.81.2.14.2.22

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.14.2.21
retrieving revision 1.81.2.14.2.22
diff -u -b -r1.81.2.14.2.21 -r1.81.2.14.2.22
--- circulation.pl	16 May 2007 06:59:45 -0000	1.81.2.14.2.21
+++ circulation.pl	18 May 2007 14:22:35 -0000	1.81.2.14.2.22
@@ -44,8 +44,8 @@
 Date_to_Days
 );
 #use Date::Manip;
-use Smart::Comments;
-use Data::Dumper;
+#use Smart::Comments;
+#use Data::Dumper;
 
 #
 # PARAMETERS READING





More information about the Koha-cvs mailing list