mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fixed parse error
This commit is contained in:
parent
f3e93891a9
commit
e1db069131
@ -150,7 +150,7 @@
|
|||||||
$table_locks = array('preferences','todo','addressbook','accounts');
|
$table_locks = array('preferences','todo','addressbook','accounts');
|
||||||
|
|
||||||
$cal = CreateObject('calendar.calendar');
|
$cal = CreateObject('calendar.calendar');
|
||||||
$cal->delete(string($lid));
|
$cal->delete((string)$lid);
|
||||||
|
|
||||||
$phpgw->db->lock($table_locks);
|
$phpgw->db->lock($table_locks);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user