From dff43f78f28ee0f099d6849306b1bcffacec87d2 Mon Sep 17 00:00:00 2001 From: laf Date: Fri, 14 Mar 2014 00:46:44 +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 2ae73110e2..679ed95a85 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_usesr() +function can_update_user() { # not supported so return 0 return 0;