[Koha-cvs] koha/misc fines2.pl [rel_2_2]

Kyle Hall kyle.m.hall at gmail.com
Wed Aug 9 15:49:31 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Kyle Hall <kylemhall>	06/08/09 13:49:31

Modified files:
	misc           : fines2.pl 

Log message:
	

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/fines2.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.10&r2=1.10.2.1

Patches:
Index: fines2.pl
===================================================================
RCS file: /sources/koha/koha/misc/fines2.pl,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -b -r1.10 -r1.10.2.1
--- fines2.pl	22 Dec 2003 19:16:58 -0000	1.10
+++ fines2.pl	9 Aug 2006 13:49:31 -0000	1.10.2.1
@@ -2,9 +2,7 @@
 
 #  This script loops through each overdue item, determines the fine,
 #  and updates the total amount of fines due by each user.  It relies on
-#  the existence of /tmp/fines, which is created by ???
-# Doesnt really rely on it, it relys on being able to write to /tmp/
-# It creates the fines file
+# being able to write to /tmp/, where it creates the fines file
 #
 #  This script is meant to be run nightly out of cron.
 
@@ -25,7 +23,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: fines2.pl,v 1.10 2003/12/22 19:16:58 tipaul Exp $
+# $Id: fines2.pl,v 1.10.2.1 2006/08/09 13:49:31 kylemhall Exp $
 
 use C4::Context;
 use C4::Search;
@@ -59,7 +57,9 @@
 # $total isn't used anywhere else in the file,
 # can we delete it?
 #
-my $total=0;
+# Commented out August 9, 2006
+#
+# my $total=0;
 
 # FIXME
 # this probably ought to be a global variable or constant





More information about the Koha-cvs mailing list