mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
fix for deleteaccount
This commit is contained in:
parent
b1aa198c23
commit
d9558f0417
@ -297,8 +297,8 @@
|
||||
|
||||
$table_locks = array('preferences','todo','addressbook','accounts');
|
||||
|
||||
include($phpgw_info["server"]["server_root"]."/calendar/inc/functions.inc.php");
|
||||
$phpgw->calendar->delete($lid);
|
||||
$cal = CreateObject('calendar.calendar');
|
||||
$cal->delete($lid);
|
||||
|
||||
$phpgw->db->lock($table_locks);
|
||||
|
||||
|
@ -151,8 +151,8 @@
|
||||
|
||||
$table_locks = array('preferences','todo','addressbook','accounts');
|
||||
|
||||
include($phpgw_info["server"]["server_root"]."/calendar/inc/functions.inc.php");
|
||||
$phpgw->calendar->delete($lid);
|
||||
$cal = CreateObject('calendar.calendar');
|
||||
$cal->delete($lid);
|
||||
|
||||
$phpgw->db->lock($table_locks);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user