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

Finlay Thompson finlayt at users.sourceforge.net
Wed Jul 24 07:11:10 CEST 2002


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;
  
  





More information about the Koha-cvs mailing list