From 2af3a63a94d6cfcf0d713ca8e41b3dd4c9c430e6 Mon Sep 17 00:00:00 2001 From: genji Date: Sat, 3 Feb 2007 08:37:14 +0000 Subject: [PATCH] *** empty log message *** --- circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 734ed25af6..cc22220a7f 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -85,7 +85,7 @@ $env{'queue'}=$printer; my @datearr = localtime(time()); # FIXME - Could just use POSIX::strftime("%Y%m%d", localtime); -my $todaysdate = (1900+$datearr[5]).sprintf ("%0.2d", ($datearr[4]+1)).sprintf ("%0.2d", ($datearr[3])) +my $todaysdate = (1900+$datearr[5]).sprintf ("%0.2d", ($datearr[4]+1)).sprintf ("%0.2d", ($datearr[3])); # check and see if we should print if ($barcode eq '' && $print eq 'maybe'){ $print = 'yes'; -- 2.39.5