diff options
Diffstat (limited to 'LedgerSMB/Locale.pm')
-rw-r--r-- | LedgerSMB/Locale.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/LedgerSMB/Locale.pm b/LedgerSMB/Locale.pm index 6b1c4e66..39ee1161 100644 --- a/LedgerSMB/Locale.pm +++ b/LedgerSMB/Locale.pm @@ -105,12 +105,6 @@ sub date { $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/ ) { |