forked from extern/egroupware
Fix for deletion of user accounts
This commit is contained in:
parent
6ff706097f
commit
ba00a39582
@ -176,9 +176,6 @@
|
||||
|
||||
$phpgw->db->lock($table_locks);
|
||||
|
||||
$phpgw->db->query("delete from webcal_entry where cal_create_by='".$account_id."'");
|
||||
$phpgw->db->query("delete from webcal_entry_user where cal_login='".$account_id."'");
|
||||
|
||||
$phpgw->db->query("delete from todo where todo_owner='".$account_id."'");
|
||||
$phpgw->db->query("delete from addressbook where ab_owner='".$account_id."'");
|
||||
$phpgw->db->query("delete from accounts where account_id='".$account_id."'");
|
||||
|
@ -1,6 +1,7 @@
|
||||
[0.9.5] - Fixed NNTP preferences.
|
||||
- Fixed NNTP read_message - missed converting call for VFS.
|
||||
- Fixed calendar view of events - change of convert_string_to_names_access().
|
||||
- Fixed deletion of user accounts hanging on deleting of calendar events.
|
||||
|
||||
[0.9.4] - Fixed calendar week view.
|
||||
- Displays calendar items in day view without start times.
|
||||
|
Loading…
Reference in New Issue
Block a user