Fixed parse error

This commit is contained in:
jengo 2001-02-13 19:40:37 +00:00
parent f3e93891a9
commit e1db069131

View File

@ -150,7 +150,7 @@
$table_locks = array('preferences','todo','addressbook','accounts');
$cal = CreateObject('calendar.calendar');
$cal->delete(string($lid));
$cal->delete((string)$lid);
$phpgw->db->lock($table_locks);