mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
revert r49817: as it causes an SQL error in Home ("linked" is not a column)
This commit is contained in:
parent
2ad6957c73
commit
0efd64bb2e
@ -343,6 +343,7 @@ class infolog_ui
|
|||||||
{
|
{
|
||||||
$link_filters['linked'] = $query['col_filter']['linked'];
|
$link_filters['linked'] = $query['col_filter']['linked'];
|
||||||
$links['linked'] = array();
|
$links['linked'] = array();
|
||||||
|
unset($query['col_filter']['linked']);
|
||||||
}
|
}
|
||||||
if($query['action'] && in_array($query['action'], array_keys($GLOBALS['egw_info']['apps'])) && $query['action_id'])
|
if($query['action'] && in_array($query['action'], array_keys($GLOBALS['egw_info']['apps'])) && $query['action_id'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user