Revision 27284854
Von Moritz Bunkus vor mehr als 12 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
38 | 38 |
|
39 | 39 |
use Carp; |
40 | 40 |
use CGI; |
41 |
use List::MoreUtils qw(uniq); |
|
41 | 42 |
use List::Util qw(min max first); |
42 | 43 |
|
43 | 44 |
use SL::CVar; |
... | ... | |
1504 | 1505 |
push @template_files, "$form->{formname}$form->{language}$printer_code.$extension"; |
1505 | 1506 |
push @template_files, "$form->{formname}.$extension"; |
1506 | 1507 |
push @template_files, "default.$extension"; |
1508 |
@template_files = uniq @template_files; |
|
1507 | 1509 |
|
1508 | 1510 |
$form->{IN} = undef; |
1509 | 1511 |
for my $filename (@template_files) { |
Auch abrufbar als: Unified diff
Kosmetik: Templatenamen in Fehlermeldung nicht doppelt ausgeben