"; $html .= "" . _p("Select") . "..."; foreach ($grouplist as $grp) { $grpName = $grp->groupName; $grpDesc = $grp->description; $html .= "$grpDesc"; } $html .= ""; return $html; } ?>