mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +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)
|
foreach($checked as $id)
|
||||||
{
|
{
|
||||||
$recur_date = $app = $app_id = null;
|
$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))
|
if(!(int)$id && preg_match('/^([a-z_-]+)([0-9]+)$/i',$id,$matches))
|
||||||
{
|
{
|
||||||
$app = $matches[1];
|
$app = $matches[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user