diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-01 18:40:31 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-01 18:40:31 +0000 |
| commit | 796abac6241f626d947a98c281ce036ae9b5cf61 (patch) | |
| tree | e08f98336790eedc7c498d6f4979d38e945273cb /install_database_reset.php | |
| parent | b5a06219c50aa709c8a4f4f0b8b034f2c9c56878 (diff) | |
| download | install-796abac6241f626d947a98c281ce036ae9b5cf61.tar.gz install-796abac6241f626d947a98c281ce036ae9b5cf61.tar.bz2 install-796abac6241f626d947a98c281ce036ae9b5cf61.zip | |
merge recent changes with HEAD - R1 and HEAD are identical now
Diffstat (limited to 'install_database_reset.php')
| -rw-r--r-- | install_database_reset.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install_database_reset.php b/install_database_reset.php index 3862993..6867a21 100644 --- a/install_database_reset.php +++ b/install_database_reset.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_database_reset.php,v 1.2 2005/06/28 07:45:45 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install_database_reset.php,v 1.3 2005/08/01 18:40:30 squareing Exp $ * @package install * @subpackage functions */ @@ -10,7 +10,7 @@ // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // assign next step in installation process -$smarty->assign( 'next_step',$step ); +$gBitSmarty->assign( 'next_step',$step ); //vd($_REQUEST); if( isset( $_REQUEST['continue_install'] ) ) { header( 'Location: '.INSTALL_PKG_URL.'install.php?step='.( $step + 1 ) ); |
