From 856650861f0c454b800fe816ba2592444ef13894 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 22 Apr 2006 16:18:40 +0000 Subject: - removed group settings from roles - added forum icon in front of forums in permissions acp - added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :)) - some bugfixes - PHP6 fix git-svn-id: file:///svn/phpbb/trunk@5824 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_user.php') diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 4795348189..c404c096fb 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -29,7 +29,7 @@ function user_get_id_name(&$user_id_ary, &$username_ary) $which_ary = ($user_id_ary) ? 'user_id_ary' : 'username_ary'; - if ($$which_ary && !is_array($$which_ary)) + if ($$which_ary && !is_array($$which_ary)) { $$which_ary = array($$which_ary); } -- cgit v1.2.1