mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Comment out discontinued accounts function
This commit is contained in:
parent
dc912cab81
commit
9e8c705ed7
@ -30,7 +30,7 @@
|
||||
$this = CreateObject("phpgwapi.contacts");
|
||||
|
||||
if ($filter != "private")
|
||||
$filtermethod = " or ab_access='public' " . $phpgw->accounts->sql_search("ab_access");
|
||||
//$filtermethod = " or ab_access='public' " . $phpgw->accounts->sql_search("ab_access");
|
||||
|
||||
$fields = $this->read_single_entry($ab_id,$this->stock_contact_fields);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user