summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-07-18 08:37:32 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-07-18 08:37:32 +0000
commite0d0850a5e1f5f1a94ff419ab592a4d02cce40fa (patch)
tree1a29d1e16dc46f08e67f9e0f21f1a0611758a9b4 /install.php
parent6fea09169a80bb72b0917fcd1eb2b437ffef0a03 (diff)
downloadinstall-e0d0850a5e1f5f1a94ff419ab592a4d02cce40fa.tar.gz
install-e0d0850a5e1f5f1a94ff419ab592a4d02cce40fa.tar.bz2
install-e0d0850a5e1f5f1a94ff419ab592a4d02cce40fa.zip
clean up PHP_MAGIC_PATH during install
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index 02e67fe..84e445c 100644
--- a/install.php
+++ b/install.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.18 2008/07/02 15:26:58 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.19 2008/07/18 08:37:32 squareing Exp $
* @package install
* @subpackage functions
*/
@@ -8,7 +8,7 @@
// hide errors when trying to connect to the database. very unsettling when you
// have pages of errors to scroll through
if( !empty( $_REQUEST['submit_db_info'] ) && !empty( $_REQUEST['step'] ) && $_REQUEST['step'] == 3 ) {
- ini_set( 'display_errors', '0' );
+ //ini_set( 'display_errors', '0' );
}
// here we force the use of adodb during installation