summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-10-24 20:22:18 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-10-24 20:22:18 +0000
commit43286392b5f6f14f399ec330fc7569aafe42bbc9 (patch)
treec6be61dc0954eeb9a9727794cd9e0617ae900221 /install.php
parentd373d0dc2c3b13485ec16d582062f63b58e4a5dc (diff)
downloadinstall-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.php6
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';