mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
boinfolog::search(&$param)
This commit is contained in:
parent
b1c2d9ac47
commit
e311150947
@ -999,7 +999,7 @@ class boinfolog
|
||||
function link_titles( array $ids )
|
||||
{
|
||||
$titles = array();
|
||||
foreach($this->search(array(
|
||||
foreach($this->search($params=array(
|
||||
'col_filter' => array('info_id' => $ids),
|
||||
)) as $info)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user