gunnar: server/kolab-webadmin/kolab-webadmin/php/admin/include ldap.class.php.in, 1.4, 1.5 KolabLDAP.php, 1.1, NONE

cvs at kolab.org cvs at kolab.org
Wed Feb 17 09:11:31 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include
In directory doto:/tmp/cvs-serv24082/kolab-webadmin/php/admin/include

Modified Files:
	ldap.class.php.in 
Removed Files:
	KolabLDAP.php 
Log Message:
Start creating the common PEAR architecture for the package. Right now we will stick to the old way of installing things which still works fine. But any classes being touched will be slowly refactored within lib/KolabAdmin.

Index: ldap.class.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/php/admin/include/ldap.class.php.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ldap.class.php.in	16 Feb 2010 08:46:13 -0000	1.4
+++ ldap.class.php.in	17 Feb 2010 08:11:29 -0000	1.5
@@ -20,7 +20,7 @@
 
 require_once('mysmarty.php');
 require_once('@sysconfdir@/kolab/session_vars.php');
-require_once('KolabLDAP.php');
+require_once('KolabAdmin/Ldap.php');
 require_once('debug.php');
 
 /* We dont have any better place to put this right now... */

--- KolabLDAP.php DELETED ---





More information about the commits mailing list