From dc9c4308e83c27177b3da8ec8c196a81da1bd919 Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 29 Mar 2014 11:38:04 +0000 Subject: [PATCH] Update ldap.inc.php --- html/includes/authentication/ldap.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/authentication/ldap.inc.php b/html/includes/authentication/ldap.inc.php index 679ed95a8..f6b0be082 100644 --- a/html/includes/authentication/ldap.inc.php +++ b/html/includes/authentication/ldap.inc.php @@ -163,7 +163,7 @@ function get_userlist() return $userlist; } -function can_update_user() +function can_update_users() { # not supported so return 0 return 0;