WebGUI 3.2.2 release
This commit is contained in:
parent
2fbbe1ad28
commit
48253ba11b
12 changed files with 72 additions and 51 deletions
|
|
@ -72,8 +72,8 @@ sub canViewPage {
|
|||
#-------------------------------------------------------------------
|
||||
sub insufficient {
|
||||
my ($output);
|
||||
if ($session{user}{userId} == 1) {
|
||||
$output = WebGUI::Operation::Account();
|
||||
if ($session{user}{userId} eq "") {
|
||||
$output = WebGUI::Operation::Account::displayAccount();
|
||||
} else {
|
||||
$output = '<h1>'.WebGUI::International::get(37).'</h1>';
|
||||
$output .= WebGUI::International::get(38);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue