diff -r e58294b867c1 -r 5cbd678df965 install/includes/stages/install.php --- a/install/includes/stages/install.php Wed Aug 21 22:50:34 2013 -0400 +++ b/install/includes/stages/install.php Wed Aug 21 23:11:58 2013 -0400 @@ -18,7 +18,6 @@ require ( ENANO_ROOT . '/install/includes/libenanoinstall.php' ); require ( ENANO_ROOT . '/includes/sql_parse.php' ); -require ( ENANO_ROOT . '/includes/dbal.php' ); require ( ENANO_ROOT . '/config.new.php' ); if ( !in_array($dbdriver, $supported_drivers) )