diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-07-18 08:38:21 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-07-18 08:38:21 +0000 |
| commit | bd12c4ce0317c3840d4b8ff04f7ad750b5a213fb (patch) | |
| tree | d00209d1a4490e6295fa6b050b0f1b32a80bcfd2 /install.php | |
| parent | e0d0850a5e1f5f1a94ff419ab592a4d02cce40fa (diff) | |
| download | install-bd12c4ce0317c3840d4b8ff04f7ad750b5a213fb.tar.gz install-bd12c4ce0317c3840d4b8ff04f7ad750b5a213fb.tar.bz2 install-bd12c4ce0317c3840d4b8ff04f7ad750b5a213fb.zip | |
revert debugging changes
Diffstat (limited to 'install.php')
| -rw-r--r-- | install.php | 4 |
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 |
