Fix for deletion of user accounts

This commit is contained in:
skeeter 2000-11-22 12:16:51 +00:00
parent 6ff706097f
commit ba00a39582
2 changed files with 1 additions and 3 deletions

View File

@ -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."'");

View File

@ -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.