Revision 00ad7b56
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
scripts/dbupgrade2_tool.pl | ||
---|---|---|
461 | 461 |
####### |
462 | 462 |
####### |
463 | 463 |
|
464 |
$locale = Locale->new; |
|
465 |
$form = Form->new; |
|
464 |
$locale = Locale->new; |
|
465 |
$form = Form->new; |
|
466 |
$::request = SL::Request->new( |
|
467 |
cgi => CGI->new({}), |
|
468 |
layout => SL::Layout::None->new, |
|
469 |
); |
|
466 | 470 |
|
467 | 471 |
####### |
468 | 472 |
####### |
Auch abrufbar als: Unified diff
$::request auch in dbupgrade2_tool initialisieren