aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-01 16:42:10 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-01 16:42:10 +0000
commite93165a9e14526cb40ca0b67a53a736e6dd0d6a8 (patch)
treef8c62ec51f934dee93f5ba0b4d0c52a19632ee56 /phpBB/includes/acp
parent3fa29da47dc52ccc3138b9bf14013545be0e90c0 (diff)
downloadforums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar
forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar.gz
forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar.bz2
forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.tar.xz
forums-e93165a9e14526cb40ca0b67a53a736e6dd0d6a8.zip
some beautifications as well as making sure manually deactivated accounts are properly handled
git-svn-id: file:///svn/phpbb/trunk@7258 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r--phpBB/includes/acp/acp_disallow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_disallow.php b/phpBB/includes/acp/acp_disallow.php
index cbdc24a3b6..c574c8e803 100644
--- a/phpBB/includes/acp/acp_disallow.php
+++ b/phpBB/includes/acp/acp_disallow.php
@@ -67,7 +67,7 @@ class acp_disallow
add_log('admin', 'LOG_DISALLOW_DELETE');
- trigger_error($user->lang['DISALLOWED_DELETED'] . adm_back_link($this->u_action), E_USER_WARNING);
+ trigger_error($user->lang['DISALLOWED_DELETED'] . adm_back_link($this->u_action));
}
// Grab the current list of disallowed usernames...