diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-18 20:19:15 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-18 20:19:15 +0000 |
| commit | 9c4280a0cf6dec1e0453ee42ad6a07056ea6d406 (patch) | |
| tree | a8de4c3787bd3db5358421e51069fa7a20d85c22 /upgrade_packages.php | |
| parent | 13656ba4caa2fe9d8ac390e6c150228f9fd413b7 (diff) | |
| download | install-9c4280a0cf6dec1e0453ee42ad6a07056ea6d406.tar.gz install-9c4280a0cf6dec1e0453ee42ad6a07056ea6d406.tar.bz2 install-9c4280a0cf6dec1e0453ee42ad6a07056ea6d406.zip | |
try and simplify install_packages page - should be possible to extend for package upgrades
Diffstat (limited to 'upgrade_packages.php')
| -rw-r--r-- | upgrade_packages.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/upgrade_packages.php b/upgrade_packages.php index 17e887b..1fb7335 100644 --- a/upgrade_packages.php +++ b/upgrade_packages.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_packages.php,v 1.3 2005/08/01 18:40:30 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_packages.php,v 1.4 2006/01/18 20:19:15 squareing Exp $ * @package install * @subpackage upgrade */ @@ -22,8 +22,9 @@ include_once( $config_file ); // relative, but we know we are in the installer h $gBitInstaller->scanPackages( 'admin/upgrade_inc.php' ); $upgradePath = array ( - 'TikiWiki 1.8' => array( 'TIKIWIKI18' => 'BONNIE', 'BONNIE' => 'CLYDE' ), - 'BONNIE' => array( 'BONNIE' => 'CLYDE' ), + 'TikiWiki 1.8' => array( 'TIKIWIKI18' => 'BONNIE', 'BONNIE' => 'BWR1', 'BWR1' => 'BWR2' ), + 'BONNIE' => array( 'BONNIE' => 'BWR1', 'BWR1' => 'BWR2' ), + 'BWR1' => array( 'BWR1' => 'BWR2' ), ); $gBitSmarty->assign( 'upgradeFrom', $gUpgradeFrom ); |
