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

SF.net SVN: ledger-smb: [1143] trunk/LedgerSMB/Locale.pm



Revision: 1143
          http://svn.sourceforge.net/ledger-smb/?rev=1143&view=rev
Author:   tetragon
Date:     2007-05-06 19:20:08 -0700 (Sun, 06 May 2007)

Log Message:
-----------
Fixing month display for dd?mm?yy users

Modified Paths:
--------------
    trunk/LedgerSMB/Locale.pm

Modified: trunk/LedgerSMB/Locale.pm
===================================================================
--- trunk/LedgerSMB/Locale.pm	2007-05-07 02:19:57 UTC (rev 1142)
+++ trunk/LedgerSMB/Locale.pm	2007-05-07 02:20:08 UTC (rev 1143)
@@ -105,12 +105,6 @@
         $mm = substr( "0$mm", -2 );
         $longdate = "$dd$spc$mm$spc$yy";
 
-        if ( defined $longformat ) {
-            $longdate = "$dd";
-            $longdate .= ( $spc eq '.' ) ? ". " : " ";
-            $longdate .= &text( $self, $longmonth[ --$mm ] ) . " $yy";
-        }
-
     }
     elsif ( $myconfig->{dateformat} =~ /^yy/ ) {
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.