Avoid warning during webserver startup ($f defined twice)
This commit is contained in:
parent
60f127362b
commit
b9d1b889a4
1 changed files with 0 additions and 1 deletions
|
|
@ -467,7 +467,6 @@ sub www_viewTheme {
|
|||
$theme = WebGUI::SQL->quickHashRef("select * from theme where themeId=$session{form}{themeId}");
|
||||
$output .= '<h1>'.WebGUI::International::get(930).'</h1>';
|
||||
$f = WebGUI::HTMLForm->new;
|
||||
my $f = WebGUI::HTMLForm->new;
|
||||
$f->readOnly(
|
||||
-value=>$session{form}{themeId},
|
||||
-label=>WebGUI::International::get(903)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue