From: <on...@us...> - 2002-09-27 10:36:59
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv13806 Modified Files: edituser.php Log Message: no message Index: edituser.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/edituser.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** edituser.php 27 Sep 2002 10:36:03 -0000 1.9 --- edituser.php 27 Sep 2002 10:36:56 -0000 1.10 *************** *** 33,37 **** $op = "editprofile"; - // if GET/POST is set, change $op if ( isset($HTTP_POST_VARS) ) { foreach ($HTTP_POST_VARS as $k => $v) { --- 33,36 ---- *************** *** 95,104 **** } $form->addElement($avatar_tray); - //if ( $xoopsConfig['allow_theme'] == 1 ) { - // $temp = $xoopsUser->getVar("theme"); - // $usertheme = empty($temp) ? $xoopsConfig['default_theme'] : $temp; - // $theme_select = new XoopsFormSelectTheme(_US_THEME, "theme", $usertheme); - // $form->addElement($theme_select); - //} $timezone_select = new XoopsFormSelectTimezone(_US_TIMEZONE, "timezone_offset", $xoopsUser->getVar("timezone_offset")); $icq_text = new XoopsFormText(_US_ICQ, "user_icq", 30, 100, $xoopsUser->getVar("user_icq", "E")); --- 94,97 ---- |