Paste2 Logo
  1. function SelectBox_UserList($type, $user_name) {
  2.         global $xdb;
  3.         $name = $xdb->GetRow("select user_name from".X1_userprefix.X1_DB_userstable."
  4.         WHERE user_name = ".$sdb->qstr($username)." order by name");
  5.         $c = "<SELECT NAME='$type'>";
  6.         }
  7.         $c .="</select>";
  8.         return $c;

users