Revision 5c886d92
Von Sven Schöling vor fast 13 Jahren hinzugefügt
SL/DB.pm | ||
---|---|---|
67 | 67 |
} else { |
68 | 68 |
my $european_dates = 0; |
69 | 69 |
if ($::myconfig{dateformat}) { |
70 |
$european_dates = 1 if $_dateformats{ $::myconfig{dateformat} } =~ m/european/i; |
|
70 |
$european_dates = 1 if $_dateformats{ $::myconfig{dateformat} } |
|
71 |
&& $_dateformats{ $::myconfig{dateformat} } =~ m/european/i; |
|
71 | 72 |
} |
72 | 73 |
|
73 | 74 |
%connect_settings = ( driver => $::myconfig{dbdriver} || 'Pg', |
Auch abrufbar als: Unified diff
SL::DB: Eine Warning unterdrücken