diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-03-31 20:41:00 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-03-31 20:41:00 +0200 |
commit | 857248878c83ac2a7a84ff43f1bafef403d4ad71 (patch) | |
tree | f5397f719e8f524ad7fc033efb0d0058ab4f8a08 | |
parent | eb79ffcceaccd909f7b0cd09b025b2dfb6c426e0 (diff) | |
download | webadmin-857248878c83ac2a7a84ff43f1bafef403d4ad71.tar.gz |
Deprecate Auth::modify_entry_attributes
-rw-r--r-- | lib/Auth.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Auth.php b/lib/Auth.php index e4bbc8d..75e78e1 100644 --- a/lib/Auth.php +++ b/lib/Auth.php @@ -256,11 +256,6 @@ class Auth { return $this->_auth[$_SESSION['user']->get_domain()]->modify_entry($subject, $attrs, $_attrs); } - public function modify_entry_attributes($subject, $mod_array) - { - return $this->_auth[$_SESSION['user']->get_domain()]->modify_entry_attributes($subject, $mod_array); - } - public function primary_for_valid_domain($domain) { $this->domains = $this->list_domains(); |