[Koha-cvs] CVS: koha/C4 Date.pm,1.11,1.12

Mike Hansen wolfpac444 at users.sourceforge.net
Sat Apr 5 05:19:35 CEST 2003


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();





More information about the Koha-cvs mailing list