forked from extern/egroupware
"fixed postgres problem reported by Mary Muir <mmuir(at)sjgeophysics.com> on the user list"
This commit is contained in:
parent
7eab124b15
commit
cdcf216712
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user