diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-24 20:22:18 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-24 20:22:18 +0000 |
| commit | 43286392b5f6f14f399ec330fc7569aafe42bbc9 (patch) | |
| tree | c6be61dc0954eeb9a9727794cd9e0617ae900221 /install.php | |
| parent | d373d0dc2c3b13485ec16d582062f63b58e4a5dc (diff) | |
| download | install-43286392b5f6f14f399ec330fc7569aafe42bbc9.tar.gz install-43286392b5f6f14f399ec330fc7569aafe42bbc9.tar.bz2 install-43286392b5f6f14f399ec330fc7569aafe42bbc9.zip | |
lots more work towards package based upgrades. basics all working now. see wiki test upgrade script for details.
Diffstat (limited to 'install.php')
| -rw-r--r-- | install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install.php b/install.php index dde20da..8e3a14c 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.25 2008/10/23 20:09:47 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.26 2008/10/24 20:22:18 squareing Exp $ * @package install * @subpackage functions */ @@ -116,8 +116,8 @@ if( $onlyDuringFirstInstall ) { $install_file[$i]['file'] = 'packages'; $install_file[$i++]['name'] = 'Packages'; if( !$onlyDuringFirstInstall ) { -# $install_file[$i]['file'] = 'upgrade'; -# $install_file[$i++]['name'] = 'Upgrade'; + $install_file[$i]['file'] = 'upgrade'; + $install_file[$i++]['name'] = 'Upgrade'; } $install_file[$i]['file'] = 'cleanup'; $install_file[$i++]['name'] = 'Cleanup'; |
