diff options
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 ); |
