diff options
author | David M <davidmj@users.sourceforge.net> | 2007-07-06 12:20:22 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-07-06 12:20:22 +0000 |
commit | 554e05a5b5daddf67ff6f7c1c6bae8813e4cda48 (patch) | |
tree | 5b1affe008f4266a615a581743e8c2f0ddc25a75 /phpBB/includes/mcp/mcp_ban.php | |
parent | 281ed483de292f1d7d3f350a273c402bae1744e6 (diff) | |
download | forums-554e05a5b5daddf67ff6f7c1c6bae8813e4cda48.tar forums-554e05a5b5daddf67ff6f7c1c6bae8813e4cda48.tar.gz forums-554e05a5b5daddf67ff6f7c1c6bae8813e4cda48.tar.bz2 forums-554e05a5b5daddf67ff6f7c1c6bae8813e4cda48.tar.xz forums-554e05a5b5daddf67ff6f7c1c6bae8813e4cda48.zip |
#13013
git-svn-id: file:///svn/phpbb/trunk@7837 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_ban.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_ban.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_ban.php b/phpBB/includes/mcp/mcp_ban.php index c317260a2e..f2ecbdef5b 100644 --- a/phpBB/includes/mcp/mcp_ban.php +++ b/phpBB/includes/mcp/mcp_ban.php @@ -37,7 +37,7 @@ class mcp_ban { // Grab the list of entries - $ban = request_var('ban', ''); + $ban = request_var('ban', '', ($mode === 'user') true ? false); $ban_len = request_var('banlength', 0); $ban_len_other = request_var('banlengthother', ''); $ban_exclude = request_var('banexclude', 0); |