revert r49817: as it causes an SQL error in Home ("linked" is not a column)

This commit is contained in:
Ralf Becker 2014-12-11 16:02:24 +00:00
parent 2ad6957c73
commit 0efd64bb2e

View File

@ -343,6 +343,7 @@ class infolog_ui
{
$link_filters['linked'] = $query['col_filter']['linked'];
$links['linked'] = array();
unset($query['col_filter']['linked']);
}
if($query['action'] && in_array($query['action'], array_keys($GLOBALS['egw_info']['apps'])) && $query['action_id'])
{