Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 343802f9

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

  • ID 343802f9ae7c58f3b63be701f186c61a09adf42a
  • Vorgänger 886784c7
  • Nachfolger 650e6c10

post if fehler.

Unterschiede anzeigen:

bin/mozilla/rp.pl
1386 1386

  
1387 1387
  # if there are any dates
1388 1388
  if ($::form->{fromdate} || $::form->{todate}) {
1389
    my $fromdate = $::locale->date(\%::myconfig, $::form->{fromdate}, 1) if $::form->{fromdate};
1390
    my $todate   = $::locale->date(\%::myconfig, $::form->{todate}, 1)   if $::form->{todate};
1389
    my $fromdate = $::form->{fromdate} ? $::locale->date(\%::myconfig, $::form->{fromdate}, 1) : '';
1390
    my $todate   = $::form->{todate}   ? $::locale->date(\%::myconfig, $::form->{todate}, 1)   : '';
1391 1391
    push @options, "$fromdate - $todate";
1392 1392
  } else {
1393 1393
    push @options, $::locale->date(\%::myconfig, $::form->current_date, 1);

Auch abrufbar als: Unified diff