diff --git a/e107_admin/userclass2.php b/e107_admin/userclass2.php index 1f2260e2e..4f9821c96 100644 --- a/e107_admin/userclass2.php +++ b/e107_admin/userclass2.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/userclass2.php,v $ -| $Revision: 1.5 $ -| $Date: 2008-01-07 22:30:19 $ +| $Revision: 1.6 $ +| $Date: 2008-01-09 22:44:05 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -24,7 +24,7 @@ if (!getperms("4")) exit; } $e_sub_cat = 'userclass'; -//define('UC_DEBUG_OPTS',FALSE); +define('UC_DEBUG_OPTS',FALSE); require_once("auth.php"); require_once(e_HANDLER."userclass_class.php"); // Modified class handler $uclass = new e_userclass; // Class management functions - legacy stuff from 0.7 @@ -326,7 +326,7 @@ switch ($action)