Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 76c486e3

Von Sven Schöling vor fast 15 Jahren hinzugefügt

  • ID 76c486e3bf157e844b0cf11828d55dae2cb7e439
  • Vorgänger 3d967be3
  • Nachfolger c510d88b

Und wieder ein Schwung strict.

Unterschiede anzeigen:

SL/Locale.pm
42 42
use SL::Common;
43 43
use SL::Inifile;
44 44

  
45
use strict;
46

  
45 47
sub new {
46 48
  $main::lxdebug->enter_sub();
47 49

  
......
229 231
  my $longdate  = "";
230 232
  my $longmonth = ($longformat) ? 'LONG_MONTH' : 'SHORT_MONTH';
231 233

  
234
  my ($spc, $yy, $mm, $dd);
235

  
232 236
  if ($date) {
233 237

  
234 238
    # get separator
......
302 306
  $main::lxdebug->enter_sub();
303 307

  
304 308
  my ($self, $myconfig, $date, $longformat) = @_;
309
  my ($spc, $yy, $mm, $dd);
305 310

  
306 311
  unless ($date) {
307 312
    $main::lxdebug->leave_sub();

Auch abrufbar als: Unified diff