From 19aa1c7a5a3937e920637d2178d70ac4f2904052 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Wed, 8 Aug 2007 11:59:53 +0200 Subject: [PATCH] formatting date Signed-off-by: Chris Cormack --- circ/overdue.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/overdue.pl b/circ/overdue.pl index 33da5fe2e2..037cb70643 100755 --- a/circ/overdue.pl +++ b/circ/overdue.pl @@ -117,7 +117,7 @@ while ( my $data = $sth->fetchrow_hashref ) { } $template->param( - todaysdate => $todaysdate, + todaysdate => format_date($todaysdate), overdueloop => \@overduedata ); -- 2.11.0