[Koha-cvs] koha/C4/Circulation Circ2.pm [dev_week]

Mason James szrj1m at yahoo.com
Wed May 16 01:58:58 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/05/15 23:58:58

Modified files:
	C4/Circulation : Circ2.pm 

Log message:
	removed Dumper

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Circulation/Circ2.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.87.2.14.2.27&r2=1.87.2.14.2.28

Patches:
Index: Circ2.pm
===================================================================
RCS file: /sources/koha/koha/C4/Circulation/Attic/Circ2.pm,v
retrieving revision 1.87.2.14.2.27
retrieving revision 1.87.2.14.2.28
diff -u -b -r1.87.2.14.2.27 -r1.87.2.14.2.28
--- Circ2.pm	15 May 2007 23:42:39 -0000	1.87.2.14.2.27
+++ Circ2.pm	15 May 2007 23:58:58 -0000	1.87.2.14.2.28
@@ -3,7 +3,7 @@
 
 package C4::Circulation::Circ2;
 
-# $Id: Circ2.pm,v 1.87.2.14.2.27 2007/05/15 23:42:39 sushi Exp $
+# $Id: Circ2.pm,v 1.87.2.14.2.28 2007/05/15 23:58:58 sushi Exp $
 
 #package to deal with Returns
 #written 3/11/99 by olwen at katipo.co.nz
@@ -875,9 +875,6 @@
     my $dbh = C4::Context->dbh;
 ### here too
 
-warn Dumper $env;
-
-
 # new code for holidays, if sys_pref 'useCalendarBranch' = issuing,
 # use issuing branchs' holidays rules, else is patron's branch (was default) 
     my $calendar_branch;





More information about the Koha-cvs mailing list