Revision: 20919
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20919
Author: sigurdne
Date: 2010-01-05 21:09:37 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
improvement: Configurable adodb/pdo database abstraction
Modified Paths:
--------------
people/sigurdne/core/trunk/header.inc.php.template
Modified: people/sigurdne/core/trunk/header.inc.php.template
===================================================================
--- people/sigurdne/core/trunk/header.inc.php.template 2010-01-05 21:07:59 UTC
(rev 20918)
+++ people/sigurdne/core/trunk/header.inc.php.template 2010-01-05 21:09:37 UTC
(rev 20919)
@@ -7,7 +7,7 @@
* @author Joseph Engo <[email protected]>
* @author Dave Hall <[email protected]>
* @author Sigurd Nes <[email protected]>
- * @copyright Copyright (C) 2000-2009 Free Software Foundation, Inc.
http://www.fsf.org/
+ * @copyright Copyright (C) 2000-2010 Free Software Foundation, Inc.
http://www.fsf.org/
* @license http://www.gnu.org/licenses/gpl.html GNU General Public
License
* @package phpgroupware
* @version $Id$
@@ -199,7 +199,7 @@
* @global string $phpgw_info['server']['versions']['header']
* Version of this header file
*/
- $GLOBALS['phpgw_info']['server']['versions']['header'] = '1.29';
+ $GLOBALS['phpgw_info']['server']['versions']['header'] = '1.30';
if ( !isset($GLOBALS['phpgw_info']['flags']['noapi'])
@@ -223,6 +223,7 @@
'db_pass' => '{DB_PASS}',
// Look at the README file
'db_type' => '{DB_TYPE}',
+ 'db_abstraction' => '{DB_ABSTRACTION}',
'config_passwd' => '{CONFIG_PASS}'
);
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs