mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
deleted call to preference_delete()
This commit is contained in:
parent
22590c65a3
commit
ea3bd773b7
@ -179,8 +179,7 @@
|
||||
$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."'");
|
||||
|
||||
$phpgw->common->preferences_delete("all",$account_id);
|
||||
$phpgw->db->query("delete from preferences where preference_owner='".$account_id."'");
|
||||
|
||||
$phpgw->db->unlock();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user