no message

This commit is contained in:
Frank Dillon 2003-12-20 23:42:15 +00:00
parent 2f9b9b135e
commit 4109fb7e0e
5 changed files with 69 additions and 16 deletions

View file

@ -34,7 +34,8 @@ use WebGUI::Template;
use WebGUI::URL;
use WebGUI::Utility;
use WebGUI::Operation::Profile;
use WebGUI::Operation::Auth;
use WebGUI::Operation::Shared;
=head1 NAME
@ -316,7 +317,7 @@ sub displayAccount {
$vars->{'account.form.submit'} = WebGUI::Form::submit({});
$vars->{'account.form.footer'} = "</form>";
$vars->{'account.options'} = WebGUI::Operation::Profile::accountOptions();
$vars->{'account.options'} = WebGUI::Operation::Shared::accountOptions();
return WebGUI::Template::process(WebGUI::Template::get(1,$template), $vars);
}