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

Paul POULAIN tipaul at users.sourceforge.net
Tue Apr 8 13:30:58 CEST 2003


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv17156/C4

Modified Files:
	Date.pm 
Log Message:
fix for #229

Index: Date.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Date.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** Date.pm	5 Apr 2003 03:19:33 -0000	1.12
--- Date.pm	8 Apr 2003 11:30:55 -0000	1.13
***************
*** 32,36 ****
  {
  	my $dateformat = get_date_format();
! 	
  	if ( $dateformat eq "us" )
  	{
--- 32,36 ----
  {
  	my $dateformat = get_date_format();
! 
  	if ( $dateformat eq "us" )
  	{
***************
*** 63,67 ****
  
  	my $dateformat = get_date_format();
! 	
  	if ( $dateformat eq "us" )
  	{
--- 63,67 ----
  
  	my $dateformat = get_date_format();
! 
  	if ( $dateformat eq "us" )
  	{





More information about the Koha-cvs mailing list