koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 Date.pm


From: Bruno Toumi
Subject: [Koha-cvs] koha/C4 Date.pm
Date: Tue, 18 Jul 2006 12:13:07 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Bruno Toumi <btoumi>    06/07/18 12:13:07

Modified files:
        C4             : Date.pm 

Log message:
        code cleaning : delete call to old function

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Date.pm?cvsroot=koha&r1=1.17&r2=1.18

Patches:
Index: Date.pm
===================================================================
RCS file: /sources/koha/koha/C4/Date.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- Date.pm     2 Jun 2006 15:31:20 -0000       1.17
+++ Date.pm     18 Jul 2006 12:13:07 -0000      1.18
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: Date.pm,v 1.17 2006/06/02 15:31:20 btoumi Exp $
+# $Id: Date.pm,v 1.18 2006/07/18 12:13:07 btoumi Exp $
 
 package C4::Date;
 
@@ -30,7 +30,7 @@
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
-$VERSION = do { my @v = '$Revision: 1.17 $' =~ /\d+/g; shift(@v) . "." . join( 
"_", map { sprintf "%03d", $_ } @v ); };
+$VERSION = do { my @v = '$Revision: 1.18 $' =~ /\d+/g; shift(@v) . "." . join( 
"_", map { sprintf "%03d", $_ } @v ); };
 
 @ISA = qw(Exporter);
 
@@ -38,8 +38,7 @@
   &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 {




reply via email to

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