From c4ca2f5579f7f1ecda4b21e8794b58c6c17b1df3 Mon Sep 17 00:00:00 2001 From: dougk_ff7 Date: Mon, 13 Aug 2001 21:13:19 +0000 Subject: Bug fixes, typo (user was successfully ddeleted) :) git-svn-id: file:///svn/phpbb/trunk@858 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_users.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'phpBB/admin') diff --git a/phpBB/admin/admin_users.php b/phpBB/admin/admin_users.php index 17df57da05..72fe4aeb57 100644 --- a/phpBB/admin/admin_users.php +++ b/phpBB/admin/admin_users.php @@ -309,11 +309,6 @@ else if($HTTP_POST_VARS[submit] && $HTTP_POST_VARS['user_id']) { $error = FALSE; $passwd_sql = ""; - if($user_id != $userdata['user_id']) - { - $error = TRUE; - $error_msg = $lang['Wrong_Profile']; - } } // -- cgit v1.2.1