kill php5.2 warnings

This commit is contained in:
Cornelius Weiß 2006-12-02 11:05:05 +00:00
parent c6640c044e
commit e800b75362

View File

@ -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 != '')
{