enabled) { __("This page is restricted to authorized staff"); exit(); } $fields = array ( "uid" => array ("request", "integer", 0), ); getFields($fields); if (!$admin->normal2su($uid)) { $error=$err->errstr(); } else { $error=_("This account is now an administrator account"); } include("adm_edit.php"); exit(); ?>