From 9729240f430fb3b66e690002ce35f2a97063d031 Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Wed, 10 Feb 2010 14:25:35 +0000 Subject: [PATCH] Syntax fix --- gforge/www/include/project_home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gforge/www/include/project_home.php b/gforge/www/include/project_home.php index d15972f10b..4808a81e8c 100644 --- a/gforge/www/include/project_home.php +++ b/gforge/www/include/project_home.php @@ -382,7 +382,7 @@ if ($project->usesPm()) { print util_make_link( '/pm/?group_id='.$group_id, $link_content); $result = db_query_params ('SELECT * FROM project_group_list WHERE group_id=$1 AND is_public=1', - $array ($group_id)); + array ($group_id)); $rows = db_numrows($result); if (!$result || $rows < 1) { echo '
'._('There are no public subprojects available').''; -- 2.30.2