mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
Fix 'Whole query' list actions
This commit is contained in:
parent
f91d9e4e28
commit
73843d2359
@ -562,6 +562,10 @@ class calendar_uilist extends calendar_ui
|
||||
foreach($checked as $id)
|
||||
{
|
||||
$recur_date = $app = $app_id = null;
|
||||
if(is_array($id) && $id['id'])
|
||||
{
|
||||
$id = $id['id'];
|
||||
}
|
||||
if(!(int)$id && preg_match('/^([a-z_-]+)([0-9]+)$/i',$id,$matches))
|
||||
{
|
||||
$app = $matches[1];
|
||||
|
Loading…
Reference in New Issue
Block a user