Allowed an "else" display

This commit is contained in:
JT Smith 2003-04-22 15:52:55 +00:00
parent f6b7ccd7b3
commit 60f127362b

View file

@ -24,7 +24,7 @@ sub process {
if (WebGUI::Privilege::isInGroup($groupId)) {
return $param[1];
} else {
return "";
return $param[2];
}
}