From e4a3054792319ff9a4070e2f6fb254b0ce6b9e37 Mon Sep 17 00:00:00 2001 From: flotsam Date: Tue, 28 Jun 2005 21:12:25 +0000 Subject: [PATCH] missing ) in functions_config.inc.php, I hate them too 8) --- include/functions_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_config.inc.php b/include/functions_config.inc.php index 0a0ce24..1a12e84 100644 --- a/include/functions_config.inc.php +++ b/include/functions_config.inc.php @@ -700,7 +700,7 @@ function &serendipity_getAllGroups($apply_ACL_user = false) { FROM {$serendipity['dbPrefix']}groups AS g ORDER BY g.name", false, 'assoc'); } - if (is_array($groups) { + if (is_array($groups)) { foreach ($groups as $k => $v) { if ('USERLEVEL_' == substr($v['confvalue'], 0, 10)) { $groups[$k]['confvalue'] = $groups[$k]['name'] = constant($v['confvalue']); -- 2.39.5