From 1197bba53a3096e9903042dd96972371a9dcee8a Mon Sep 17 00:00:00 2001 From: e107steved Date: Fri, 27 Jun 2008 19:47:31 +0000 Subject: [PATCH] Bugtracker #4440 - some perms no longer relevant --- e107_admin/administrator.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_admin/administrator.php b/e107_admin/administrator.php index d355523d8..b1a902ff1 100644 --- a/e107_admin/administrator.php +++ b/e107_admin/administrator.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/administrator.php,v $ -| $Revision: 1.4 $ -| $Date: 2008-06-17 05:39:22 $ -| $Author: e107coders $ +| $Revision: 1.5 $ +| $Date: 2008-06-27 19:47:25 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ require_once('../class2.php'); @@ -197,7 +197,7 @@ function edit_administrator($row){ $text .= checkb("W", $a_perms).ADMSLAN_65."

"; // Configure mail settings and mailout $text .= checkb("D", $a_perms).ADMSLAN_29."
"; // Manage banners - $text .= checkb("E", $a_perms).ADMSLAN_30."
"; // Configure news feed headlines +// $text .= checkb("E", $a_perms).ADMSLAN_30."
"; // Configure news feed headlines - now plugin $text .= checkb("F", $a_perms).ADMSLAN_31."
"; // Configure emoticons $text .= checkb("G", $a_perms).ADMSLAN_32."
"; // Configure front page content $text .= checkb("S", $a_perms).ADMSLAN_33."
"; // Configure system logs (previously log/stats - now plugin)