From: <on...@us...> - 2002-09-26 17:03:27
|
Update of /cvsroot/xoops/xoops-current/html/class In directory usw-pr-cvs1:/tmp/cvs-serv21342 Modified Files: xoopsuser.php Log Message: no message Index: xoopsuser.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/xoopsuser.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** xoopsuser.php 18 Sep 2002 10:58:37 -0000 1.8 --- xoopsuser.php 26 Sep 2002 17:03:23 -0000 1.9 *************** *** 124,128 **** $this->initVar("last_login", "int", 0, false); $this->initVar("umode", "other", NULL, false); ! $this->initVar("uroder", "int", 1, false); $this->initVar("user_occ", "textbox", NULL, false, 100, true); $this->initVar("bio", "textarea", NULL, false, NULL, true); --- 124,128 ---- $this->initVar("last_login", "int", 0, false); $this->initVar("umode", "other", NULL, false); ! $this->initVar("uorder", "int", 1, false); $this->initVar("user_occ", "textbox", NULL, false, 100, true); $this->initVar("bio", "textarea", NULL, false, NULL, true); |