|
From: Benjamin C. <bc...@us...> - 2002-03-29 23:55:17
|
Update of /cvsroot/phpbt/phpbt/inc
In directory usw-pr-cvs1:/tmp/cvs-serv3805/inc
Modified Files:
functions.php
Log Message:
Oops
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- functions.php 29 Mar 2002 18:25:38 -0000 1.13
+++ functions.php 29 Mar 2002 23:55:14 -0000 1.14
@@ -322,7 +322,8 @@
$rs = $db->query("select project_id, project_name from ".TBL_PROJECT.
" where active = 1 order by project_name");
} else {
- $rs = $db->query(sprintf($QUERY['functions-project-js'], $_sv['group_ids']));
+ $rs = $db->query(sprintf($QUERY['functions-project-js'],
+ delimit_list(',', $_sv['group_ids'])));
}
while (list($pid, $pname) = $rs->fetchRow(DB_FETCHMODE_ORDERED)) {
$pname = addslashes($pname);
|