From 02f4e78f3eb5166ea1ae806a9aba77e35f2524a4 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 16 Apr 2012 11:47:36 +0200 Subject: [PATCH] a string be a string --- apps/user_ldap/lib_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/lib_ldap.php b/apps/user_ldap/lib_ldap.php index 5188ef9402..417a4719f0 100644 --- a/apps/user_ldap/lib_ldap.php +++ b/apps/user_ldap/lib_ldap.php @@ -21,7 +21,7 @@ * */ -define(LDAP_GROUP_MEMBER_ASSOC_ATTR,'memberUid'); +define('LDAP_GROUP_MEMBER_ASSOC_ATTR','memberUid'); class OC_LDAP { static protected $ldapConnectionRes = false;