forked from extern/egroupware
kill php5.2 warnings
This commit is contained in:
parent
c6640c044e
commit
e800b75362
@ -568,7 +568,7 @@ class soinfolog // DB-Layer
|
||||
'event' => 'calendar'
|
||||
);
|
||||
$action = isset($action2app[$query['action']]) ? $action2app[$query['action']] : $query['action'];
|
||||
$action_id = strstr($query['action_id'],',') ? explode(',',$query['action_id']) : $query['action_id'];
|
||||
$action_id = @strstr($query['action_id'],',') ? explode(',',$query['action_id']) : $query['action_id'];
|
||||
|
||||
if ($action != '')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user