From 7c2b207dd7aa5953646fc0a206bb0c69236483bc Mon Sep 17 00:00:00 2001 From: btoumi Date: Tue, 18 Jul 2006 12:13:07 +0000 Subject: [PATCH] code cleaning : delete call to old function --- C4/Date.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/C4/Date.pm b/C4/Date.pm index 39e2d680ea..732fd3265c 100644 --- a/C4/Date.pm +++ b/C4/Date.pm @@ -38,8 +38,7 @@ $VERSION = do { my @v = '$Revision$' =~ /\d+/g; shift(@v) . "." . join( "_", map &display_date_format &format_date &format_date_in_iso - &today - get_date_format_string_for_DHTMLcalendar + &get_date_format_string_for_DHTMLcalendar ); sub get_date_format { -- 2.39.5