mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-11 15:59:45 +01:00
fixed trying to view deleted calendar items
This commit is contained in:
parent
25c869484e
commit
3c93f4f0e2
@ -31,9 +31,6 @@
|
|||||||
|
|
||||||
$str = '';
|
$str = '';
|
||||||
|
|
||||||
// $msg_type = explode(';',$msgtype);
|
|
||||||
// $id_array = explode('=',$msg_type[2]);
|
|
||||||
// $id = intval(substr($id_array[1],1,strlen($id_array[1])-2));
|
|
||||||
$id = $calendar_id;
|
$id = $calendar_id;
|
||||||
|
|
||||||
echo 'Event ID: '.$id."<br>\n";
|
echo 'Event ID: '.$id."<br>\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user