summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-07-18 08:38:21 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-07-18 08:38:21 +0000
commitbd12c4ce0317c3840d4b8ff04f7ad750b5a213fb (patch)
treed00209d1a4490e6295fa6b050b0f1b32a80bcfd2 /install.php
parente0d0850a5e1f5f1a94ff419ab592a4d02cce40fa (diff)
downloadinstall-bd12c4ce0317c3840d4b8ff04f7ad750b5a213fb.tar.gz
install-bd12c4ce0317c3840d4b8ff04f7ad750b5a213fb.tar.bz2
install-bd12c4ce0317c3840d4b8ff04f7ad750b5a213fb.zip
revert debugging changes
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 84e445c..08f50af 100644
--- a/install.php
+++ b/install.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.19 2008/07/18 08:37:32 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.20 2008/07/18 08:38:21 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