forked from extern/egroupware
fix for bug [ 994760 ] Linking sub-project (job) to an infolog entry
This commit is contained in:
parent
955eeca795
commit
62172c7202
@ -1011,7 +1011,7 @@
|
||||
return array();
|
||||
$this->boprojects = createobject('projects.boprojects');
|
||||
}
|
||||
$projs = $this->boprojects->list_projects( array('query'=>$pattern,'limit'=>FALSE) );
|
||||
$projs = $this->boprojects->list_projects( array('action'=>'all','query'=>$pattern,'limit'=>FALSE) );
|
||||
$content = array();
|
||||
while ($projs && list( $key,$proj ) = each( $projs ))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user