diff -r 070ff1509cc2 -r 40f7fa5fd061 plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Thu Sep 20 11:27:49 2007 -0400 +++ b/plugins/SpecialAdmin.php Sun Sep 23 18:42:16 2007 -0400 @@ -42,6 +42,7 @@ // Admin pages that were too enormous to be in this file were split off into the plugins/admin/ directory in 1.0.1 require(ENANO_ROOT . '/plugins/admin/PageGroups.php'); require(ENANO_ROOT . '/plugins/admin/SecurityLog.php'); +require(ENANO_ROOT . '/plugins/admin/UserManager.php'); // function names are IMPORTANT!!! The name pattern is: page__ @@ -838,6 +839,7 @@ auth_level < USER_LEVEL_ADMIN || $session->user_level < USER_LEVEL_ADMIN ) @@ -1105,6 +1107,7 @@ $db->free_result(); } } +*/ function page_Admin_GroupManager() {