koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/misc fines2.pl,1.7,1.8


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/misc fines2.pl,1.7,1.8
Date: Sat, 12 Oct 2002 23:32:19 -0700

Update of /cvsroot/koha/koha/misc
In directory usw-pr-cvs1:/tmp/cvs-serv23904

Modified Files:
        fines2.pl 
Log Message:
Added magic RCS comment.
Added a FIXME comment.


Index: fines2.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/fines2.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** fines2.pl   5 Oct 2002 10:15:35 -0000       1.7
--- fines2.pl   13 Oct 2002 06:32:17 -0000      1.8
***************
*** 9,13 ****
  #  This script is meant to be run nightly out of cron.
  
- 
  # Copyright 2000-2002 Katipo Communications
  #
--- 9,12 ----
***************
*** 27,30 ****
--- 26,31 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
+ # $Id$
+ 
  use C4::Context;
  use C4::Search;
***************
*** 43,46 ****
--- 44,49 ----
  my $overdueItemsCounted=0 if $DEBUG;
  
+ # FIXME - There's got to be a better way to figure out what day
+ # today is.
  my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =localtime(time);
  $mon++;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]