can't delete class with members

This commit is contained in:
Lars Kneschke 2003-09-14 08:34:03 +00:00
parent 78c74e5726
commit 9cf40e6797

View File

@ -88,6 +88,7 @@
$GLOBALS['phpgw']->db->lock( $GLOBALS['phpgw']->db->lock(
Array( Array(
'phpgw_accounts', 'phpgw_accounts',
'phpgw_app_sessions',
'phpgw_acl' 'phpgw_acl'
) )
); );