From 9c4280a0cf6dec1e0453ee42ad6a07056ea6d406 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Wed, 18 Jan 2006 20:19:15 +0000 Subject: try and simplify install_packages page - should be possible to extend for package upgrades --- upgrade_packages.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'upgrade_packages.php') 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 @@ 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 ); -- cgit v1.3