diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-04-02 18:54:59 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-04-02 18:54:59 +0000 |
| commit | 9e0b5b08e0f3afa7ff8655a1d3b8647c24ae83b2 (patch) | |
| tree | 4f117ce29d6f169912299b24573d16ae06e725b9 /install_packages.php | |
| parent | 340d59473bb12dbd6e2a9d0699bbec014356d6a8 (diff) | |
| download | install-9e0b5b08e0f3afa7ff8655a1d3b8647c24ae83b2.tar.gz install-9e0b5b08e0f3afa7ff8655a1d3b8647c24ae83b2.tar.bz2 install-9e0b5b08e0f3afa7ff8655a1d3b8647c24ae83b2.zip | |
Massive changes to themes layout engine:
- merged 3 tables into 1 and removed user-specific layout contol.
- moved all layout related code to themes/BitThemes.php.
- cleaned up module parameter assignment to module php and tpl files.
- improved layout of layout page by enabling all option editing at once.
- removed limitation that every module can only be assigned once
- more changes, but i can't remember all just now.
Diffstat (limited to 'install_packages.php')
| -rw-r--r-- | install_packages.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/install_packages.php b/install_packages.php index d52f671..f4abac2 100644 --- a/install_packages.php +++ b/install_packages.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.53 2007/03/19 00:35:33 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.54 2007/04/02 18:54:59 squareing Exp $ * @package install * @subpackage functions */ @@ -314,12 +314,10 @@ if( !empty( $_REQUEST['cancel'] ) ) { if( isset( $_SESSION['first_install'] ) && $_SESSION['first_install'] == TRUE ) { // Some packages have some special things to take care of here. foreach( $gBitInstaller->mInstallModules as $mod ) { - $mod['user_id'] = ROOT_USER_ID; if( !isset( $mod['layout'] ) ) { $mod['layout'] = DEFAULT_PACKAGE; } $gBitThemes->storeModule( $mod ); - $gBitThemes->storeLayout( $mod ); } // Set the default format to get quicktags and content storing working |
