install/includes/stages/database_post.php
changeset 526 b2fb50d572c7
parent 391 85f91037cd4f
child 536 218a627eb53e
--- a/install/includes/stages/database_post.php	Tue Apr 08 20:32:30 2008 -0400
+++ b/install/includes/stages/database_post.php	Wed Apr 09 19:27:02 2008 -0400
@@ -19,7 +19,7 @@
 
 // Start up the DBAL
 require( ENANO_ROOT . '/includes/dbal.php' );
-require( ENANO_ROOT . '/install/includes/sql_parse.php' );
+require( ENANO_ROOT . '/includes/sql_parse.php' );
 $dbal = new $driver();
 $db_host =& $_POST['db_host'];
 $db_user =& $_POST['db_user'];