From: <on...@us...> - 2002-09-27 10:36:07
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv13614 Modified Files: edituser.php Log Message: no message Index: edituser.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/edituser.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** edituser.php 25 Sep 2002 13:07:51 -0000 1.8 --- edituser.php 27 Sep 2002 10:36:03 -0000 1.9 *************** *** 37,40 **** --- 37,41 ---- foreach ($HTTP_POST_VARS as $k => $v) { ${$k} = $v; + } } elseif ( isset($HTTP_GET_VARS['op']) ) { $op = $HTTP_GET_VARS['op']; |