steffen: server/kolab-webadmin/kolab-webadmin/www/admin/service index.php, 1.6, 1.7

cvs at intevation.de cvs at intevation.de
Fri Aug 13 03:04:18 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/service
In directory doto:/tmp/cvs-serv17649/kolab-webadmin/www/admin/service

Modified Files:
	index.php 
Log Message:
*sigh* mixed case ldap attribute names are broken in php -- ldap_get_entries() returns them in all lowercase and ldap_get_attributes() returns them in mixed case!

Index: index.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/service/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- index.php	9 Aug 2004 18:54:00 -0000	1.6
+++ index.php	13 Aug 2004 01:04:16 -0000	1.7
@@ -57,7 +57,7 @@
 	$quotawarn = $attrs['cyrus-quotawarn'][0];
 	$postfixmynetworks = $attrs['postfix-mynetworks'][0];
 	$postfixallowunauth = $attrs['postfix-allow-unauthenticated'][0];
-	$kolabhost = $attrs['kolabhost'];
+	$kolabhost = $attrs['kolabHost'];
 	unset( $kolabhost['count'] );
 	ldap_free_result($result);
   }





More information about the commits mailing list