Revision c607fb40
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1502 | 1502 |
$form->{type} = "invoice"; |
1503 | 1503 |
|
1504 | 1504 |
# locale messages |
1505 |
$main::locale = new Locale "$myconfig{countrycode}", "$script";
|
|
1505 |
$main::locale = Locale->new("$myconfig{countrycode}", "$script");
|
|
1506 | 1506 |
$locale = $main::locale; |
1507 | 1507 |
|
1508 | 1508 |
require "bin/mozilla/$form->{script}"; |
Auch abrufbar als: Unified diff
Indirekte Objektnotation fixen