- function SelectBox_UserList($type, $user_name) {
- global $xdb;
- $name = $xdb->GetRow("select user_name from".X1_userprefix.X1_DB_userstable."
- WHERE user_name = ".$sdb->qstr($username)." order by name");
- $c = "<SELECT NAME='$type'>";
- }
- $c .="</select>";
- return $c;
users
