more admin console changes

This commit is contained in:
JT Smith 2004-11-03 18:26:02 +00:00
parent c2efefbc4c
commit 73fd8fc506
22 changed files with 70 additions and 124 deletions

View file

@ -48,9 +48,7 @@ sub www_viewLoginHistory {
$output .= $p->getPage($session{form}{pn});
$output .= '</table>';
$output .= $p->getBar($session{form}{pn});
my $ac = WebGUI::AdminConsole->new;
$ac->setAdminFunction("loginHistory");
return $ac->render($output);
return WebGUI::AdminConsole->new("loginHistory")->render($output);
}
1;