mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix for bug #427656 - Delete of user.
This commit is contained in:
parent
7d281d7173
commit
f70a82232f
@ -18,11 +18,11 @@
|
||||
}
|
||||
|
||||
$calendar = CreateObject('calendar.calendar');
|
||||
$cal_stream = $calendar->open('INBOX',$account_id,'');
|
||||
$calendar->open('INBOX',$account_id,'');
|
||||
|
||||
if(intval($new_owner)==0)
|
||||
{
|
||||
$calendar->delete_calendar($cal_stream,intval($account_id));
|
||||
$calendar->delete_calendar(intval($account_id));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user