WebGUI 3.2.4 release
This commit is contained in:
parent
ff74fd32c6
commit
40bb7fed59
7 changed files with 32 additions and 22 deletions
|
|
@ -188,7 +188,7 @@ sub www_editUser {
|
|||
tie %hash, 'Tie::CPHash';
|
||||
tie %data, 'Tie::IxHash';
|
||||
if (WebGUI::Privilege::isInGroup(3)) {
|
||||
%gender = ('male'=>WebGUI::International::get(339),'female'=>WebGUI::International::get(340));
|
||||
%gender = ('neuter'=>WebGUI::International::get(403),'male'=>WebGUI::International::get(339),'female'=>WebGUI::International::get(340));
|
||||
%user = WebGUI::SQL->quickHash("select * from users where userId=$session{form}{uid}");
|
||||
$output .= '<table><tr><td valign="top">';
|
||||
$output .= helpLink(5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue