diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-30 11:14:16 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-30 11:14:16 +0000 |
| commit | 3c836652da5d9afa066395b2f31a1c7717cb3276 (patch) | |
| tree | 09fce54880cfa39a6ae7612853f283560cb51f9f /install.php | |
| parent | 0375171cd8df303d3ac1fdc34df4d50a5bb28f86 (diff) | |
| download | install-3c836652da5d9afa066395b2f31a1c7717cb3276.tar.gz install-3c836652da5d9afa066395b2f31a1c7717cb3276.tar.bz2 install-3c836652da5d9afa066395b2f31a1c7717cb3276.zip | |
rename data to datapump
Diffstat (limited to 'install.php')
| -rw-r--r-- | install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php index 45079f1..c0f0ae0 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.9 2006/06/18 10:00:48 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.10 2006/08/30 11:14:16 squareing Exp $ * @package install * @subpackage functions */ @@ -75,7 +75,7 @@ if( $onlyDuringFirstInstall ) { $install_file[$i++]['name'] = 'bitweaver Settings'; // only show db population page when we haven't just done an upgrade if( !isset( $_SESSION['upgrade'] ) ) { - $install_file[$i]['file'] = 'data'; + $install_file[$i]['file'] = 'datapump'; $install_file[$i++]['name'] = 'Database Population'; } } |
