Update of /cvsroot/xoops/xoops-current/html
In directory usw-pr-cvs1:/tmp/cvs-serv15371
Modified Files:
edituser.php
Log Message:
no message
Index: edituser.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/edituser.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** edituser.php 27 Sep 2002 10:36:56 -0000 1.10
--- edituser.php 27 Sep 2002 12:35:31 -0000 1.11
***************
*** 37,41 ****
${$k} = $v;
}
! } elseif ( isset($HTTP_GET_VARS['op']) ) {
$op = $HTTP_GET_VARS['op'];
}
--- 37,42 ----
${$k} = $v;
}
! }
! if (isset($HTTP_GET_VARS['op'])) {
$op = $HTTP_GET_VARS['op'];
}
|