mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
an other fix for multiple infologs from addressbook
This commit is contained in:
parent
29f8fd618c
commit
12f7232ee2
@ -664,10 +664,9 @@ class soinfolog // DB-Layer
|
|||||||
'event' => 'calendar'
|
'event' => 'calendar'
|
||||||
);
|
);
|
||||||
$action = isset($action2app[$query['action']]) ? $action2app[$query['action']] : $query['action'];
|
$action = isset($action2app[$query['action']]) ? $action2app[$query['action']] : $query['action'];
|
||||||
$action_id = ( strpos($query['action_id'],',')!==false) ? explode(',',$query['action_id']) : $query['action_id'];
|
|
||||||
if ($action != '')
|
if ($action != '')
|
||||||
{
|
{
|
||||||
$links = solink::get_links($action=='sp'?'infolog':$action,$action_id,'infolog');
|
$links = solink::get_links($action=='sp'?'infolog':$action,explode(',',$query['action_id']),'infolog');
|
||||||
if (count($links))
|
if (count($links))
|
||||||
{
|
{
|
||||||
$links = call_user_func_array('array_merge',$links); // flatten the array
|
$links = call_user_func_array('array_merge',$links); // flatten the array
|
||||||
|
Loading…
Reference in New Issue
Block a user