fix for bug [ 994760 ] Linking sub-project (job) to an infolog entry

This commit is contained in:
Ralf Becker 2004-08-28 19:33:10 +00:00
parent 955eeca795
commit 62172c7202

View File

@ -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 ))
{