From: <on...@us...> - 2002-09-05 04:10:59
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv29394 Modified Files: user.php Log Message: no message Index: user.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/user.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** user.php 4 Aug 2002 09:38:12 -0000 1.2 --- user.php 5 Sep 2002 04:10:52 -0000 1.3 *************** *** 152,156 **** break; case "actv": ! activate($HTTP_GET_VARS['id'], $HTTP_GET_VARS['key']); break; case "delete": --- 152,156 ---- break; case "actv": ! activate($HTTP_GET_VARS['id'], $HTTP_GET_VARS['actkey']); break; case "delete": |