koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/circ circulation.pl,1.33,1.34


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.33,1.34
Date: Tue, 23 Jul 2002 22:11:10 -0700

Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv10179/circ

Modified Files:
        circulation.pl 
Log Message:

removed warn statement



Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** circulation.pl      24 Jul 2002 03:16:22 -0000      1.33
--- circulation.pl      24 Jul 2002 05:11:07 -0000      1.34
***************
*** 45,49 ****
  my @datearr = localtime(time());
  my $todaysdate = (1900+$datearr[5]).sprintf ("%0.2d", 
($datearr[4]+1)).sprintf ("%0.2d", $datearr[3]);
! warn $todaysdate;
  
  
--- 45,49 ----
  my @datearr = localtime(time());
  my $todaysdate = (1900+$datearr[5]).sprintf ("%0.2d", 
($datearr[4]+1)).sprintf ("%0.2d", $datearr[3]);
! #warn $todaysdate;
  
  




reply via email to

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