Revision 343802f9
Von Sven Schöling vor fast 13 Jahren hinzugefügt
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
post if fehler.