summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-02-22 23:53:16 +0000
committerChristian Fowler <spider@viovio.com>2006-02-22 23:53:16 +0000
commit58da88db452d6c3d226f13e1fbad0cdf9f07fd0f (patch)
treeae0e4ab0648ecc1f01b88e916f666b2d4c739be1 /install.php
parente2b8de489f4f320fd4fc9cc163a860a2da8777d7 (diff)
downloadinstall-58da88db452d6c3d226f13e1fbad0cdf9f07fd0f.tar.gz
install-58da88db452d6c3d226f13e1fbad0cdf9f07fd0f.tar.bz2
install-58da88db452d6c3d226f13e1fbad0cdf9f07fd0f.zip
force ADODB
Diffstat (limited to 'install.php')
-rw-r--r--install.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/install.php b/install.php
index 45e28e7..be4975d 100644
--- a/install.php
+++ b/install.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.7 2006/01/10 21:12:27 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.8 2006/02/22 23:53:16 spiderr Exp $
* @package install
* @subpackage functions
*/
@@ -13,6 +13,9 @@
if( isset( $_REQUEST['step'] ) && $_REQUEST['step'] == '3' ) {
ini_set( 'display_errors', '0' );
}
+
+$gForceAdodb = TRUE;
+
/**
* required setup
*/