"fixed postgres problem reported by Mary Muir <mmuir(at)sjgeophysics.com> on the user list"

This commit is contained in:
Ralf Becker 2008-06-02 05:35:43 +00:00
parent 7eab124b15
commit cdcf216712

View File

@ -724,7 +724,7 @@ class botimesheet extends so_sql
$bo_pm = CreateObject('projectmanager.boprojectmanager');
$childs = $bo_pm->children($pm_id);
$childs[] = $pm_id;
$pmChilds = implode(",",$childs);
$pmChilds = "'".implode("','",$childs)."'";
$this->db->select( 'egw_links','link_id, link_id1',$query,
__LINE__,__FILE__,False,
'',False,0,