mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-04 13:10:33 +01:00
Fix parent command filter
This commit is contained in:
parent
4e9c648c6a
commit
480a1ade81
@ -512,9 +512,9 @@ abstract class admin_cmd
|
|||||||
$query['col_filter'][] = 'cmd_rrule IS NOT NULL';
|
$query['col_filter'][] = 'cmd_rrule IS NOT NULL';
|
||||||
}
|
}
|
||||||
unset($query['col_filter']['periodic']);
|
unset($query['col_filter']['periodic']);
|
||||||
if($query['parent_id'])
|
if($query['col_filter']['parent'])
|
||||||
{
|
{
|
||||||
$query['col_filter']['parent'] = (int)$query['parent_id'];
|
$query['col_filter']['parent'] = (int)$query['col_filter']['parent'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$total = admin_cmd::$sql->get_rows($query,$rows,$readonlys);
|
$total = admin_cmd::$sql->get_rows($query,$rows,$readonlys);
|
||||||
|
Loading…
Reference in New Issue
Block a user