assign( 'dbWarning', 'MySQL 4.1 or greater is required to run the installer. bitweaver will support MySQL 3.23 and above, however, the upgrade process currently uses "sub-selects" which are only supported in MySQL 4.1 and higher and all other real databases.' ); $gBitSmarty->assign( 'warningSubmit', 'Click if MySQL 4.1 is installed' ); } // assign next step in installation process $gBitSmarty->assign( 'next_step',$step + 1 ); ?>