1) fix for new boprojects::list_projects syntax (Thanks to kernelconsult/sebb)

2) re-enabled infolog in projects-view
This commit is contained in:
Ralf Becker 2004-02-06 10:36:43 +00:00
parent e1e715168a
commit 1dee60f3d6

View File

@ -964,7 +964,7 @@
return array();
$this->boprojects = createobject('projects.boprojects');
}
$projs = $this->boprojects->list_projects( 0,0,$pattern,'','','','',0,'mains','' );
$projs = $this->boprojects->list_projects( array('query'=>$pattern,'limit'=>FALSE) );
$content = array();
while ($projs && list( $key,$proj ) = each( $projs ))
{