Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 5105)
+++ /temp/trunk/html/install/index.php	(revision 5106)
@@ -468,5 +468,5 @@
 			$sql_split = split(";",$sql);
 			foreach($sql_split as $key => $val){
-				if ($val != "") {
+				if (trim($val) != "") {
 					sfprintr($val);
 					$ret = $objDB->query($val);
