many bug fixes

This commit is contained in:
JT Smith 2005-03-04 00:28:49 +00:00
parent e9d6c1b4e4
commit 9a57b0df47
11 changed files with 54 additions and 15 deletions

View file

@ -338,7 +338,7 @@ sub www_editUser {
$tabform->getTab("groups")->selectList(
-name=>"groupsToDelete",
-options=>WebGUI::SQL->buildHashRef("select groupId, groupName from groups
where groupId in (".quoteAndJoin(\@include).") order by groupName"),
where groupId in (".quoteAndJoin(\@include).") and showInForms=1 order by groupName"),
-label=>"GROUPS TO DELETE",
-multiple=>1,
-size=>15,