mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
register globals fix: List no sub-entrys from the prefs is working again
This commit is contained in:
parent
b9f26e9216
commit
3a2d147bb0
@ -504,7 +504,7 @@
|
|||||||
}
|
}
|
||||||
$pid = 'AND info_id_parent='.($action == 'sp' ? $action_id : 0);
|
$pid = 'AND info_id_parent='.($action == 'sp' ? $action_id : 0);
|
||||||
|
|
||||||
if (!$phpgw_info['user']['preferences']['infolog']['listNoSubs'] &&
|
if (!$GLOBALS['phpgw_info']['user']['preferences']['infolog']['listNoSubs'] &&
|
||||||
$action != 'sp')
|
$action != 'sp')
|
||||||
{
|
{
|
||||||
$pid = '';
|
$pid = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user