aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-04-17 17:47:41 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-04-17 17:47:41 +0000
commit3b907d8642f3274fddc6563d192f073acee7b6db (patch)
treef157cc1bd55946a9a87147300355319d7f45419a /phpBB/includes/functions_admin.php
parente2c2953245551be56cbca8ec3e9d7055d58933c0 (diff)
downloadforums-3b907d8642f3274fddc6563d192f073acee7b6db.tar
forums-3b907d8642f3274fddc6563d192f073acee7b6db.tar.gz
forums-3b907d8642f3274fddc6563d192f073acee7b6db.tar.bz2
forums-3b907d8642f3274fddc6563d192f073acee7b6db.tar.xz
forums-3b907d8642f3274fddc6563d192f073acee7b6db.zip
Minor changes
git-svn-id: file:///svn/phpbb/trunk@3874 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 9a3b6dd82a..747627b1cf 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -50,7 +50,7 @@ function make_forum_select($select_id = false, $ignore_id = false, $ignore_acl =
$right = $row['right_id'];
- $selected = (is_array($select_id)) ? ((in_array($row['forum_id'], $select_id)) ? ' selected="selected"' : '') : (($row['forum_id'] == $select_id || $select_id === 0) ? ' selected="selected"' : '');
+ $selected = (is_array($select_id)) ? ((in_array($row['forum_id'], $select_id)) ? ' selected="selected"' : '') : (($row['forum_id'] == $select_id) ? ' selected="selected"' : '');
if ($row['left_id'] > $cat_right)
{