gunnar: server/horde/fbview-horde conf.php,1.4,1.5

cvs at kolab.org cvs at kolab.org
Thu Aug 16 11:39:28 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/fbview-horde
In directory doto:/tmp/cvs-serv32654/fbview-horde

Modified Files:
	conf.php 
Log Message:
Fix the SQL configuration also for fbview.

Index: conf.php
===================================================================
RCS file: /kolabrepository/server/horde/fbview-horde/conf.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- conf.php	2 Aug 2007 13:55:55 -0000	1.4
+++ conf.php	16 Aug 2007 09:39:26 -0000	1.5
@@ -15,7 +15,7 @@
 $conf['session']['timeout'] = 0;
 $conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
 $conf['cookie']['path'] = '/fbview';
-$conf['sql']['phptype'] = false;
+$conf['sql'] = NULL;
 $conf['auth']['admins'] = array('manager');
 $conf['auth']['checkip'] = true;
 $conf['auth']['checkbrowser'] = true;





More information about the commits mailing list