[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Date.pm,1.11,1.12
From: |
Mike Hansen |
Subject: |
[Koha-cvs] CVS: koha/C4 Date.pm,1.11,1.12 |
Date: |
Fri, 04 Apr 2003 19:19:35 -0800 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv6938/koha/C4
Modified Files:
Date.pm
Log Message:
Fixed the dates in aqbudget.pl
Index: Date.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Date.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** Date.pm 3 Apr 2003 01:28:28 -0000 1.11
--- Date.pm 5 Apr 2003 03:19:33 -0000 1.12
***************
*** 57,60 ****
--- 57,65 ----
my $newdate;
+ if ( ! $olddate )
+ {
+ return "";
+ }
+
my $dateformat = get_date_format();
***************
*** 87,90 ****
--- 92,100 ----
my $olddate = shift;
my $newdate;
+
+ if ( ! $olddate )
+ {
+ return "";
+ }
my $dateformat = get_date_format();
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Date.pm,1.11,1.12,
Mike Hansen <=