diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-21 07:59:39 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-21 07:59:39 +0000 |
| commit | 3c351398c9ecd288d482b73f63a610ee15bb3842 (patch) | |
| tree | 83ed105769cacd03da68f3a39099243f1b3f2e28 /install_database.php | |
| parent | 78d52efb4f749660510ce74c6d565835d098d1ad (diff) | |
| download | install-3c351398c9ecd288d482b73f63a610ee15bb3842.tar.gz install-3c351398c9ecd288d482b73f63a610ee15bb3842.tar.bz2 install-3c351398c9ecd288d482b73f63a610ee15bb3842.zip | |
add is_live to installer, merge all create_config() settings into an array and clean up some code
Diffstat (limited to 'install_database.php')
| -rw-r--r-- | install_database.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install_database.php b/install_database.php index dd89d77..37377a4 100644 --- a/install_database.php +++ b/install_database.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_database.php,v 1.15 2006/08/25 18:16:54 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install_database.php,v 1.16 2006/09/21 07:59:39 squareing Exp $ * @package install * @subpackage functions */ @@ -15,7 +15,7 @@ $gBitSmarty->assign( 'next_step',$step ); require_once( "get_databases_inc.php" ); // next block checks if there is a config_inc.php and if we can connect through this. -if( isset( $_REQUEST['fSubmitDbInfo'] ) ) { +if( isset( $_REQUEST['submit_db_info'] ) ) { if( $gBitDbType == 'sybase' ) { // avoid database change messages ini_set('sybct.min_server_severity', '11'); |
