mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
1) fix for new boprojects::list_projects syntax (Thanks to kernelconsult/sebb)
2) re-enabled infolog in projects-view
This commit is contained in:
parent
e1e715168a
commit
1dee60f3d6
@ -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 ))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user