Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6252)
+++ temp/trunk/html/install/index.php	(revision 6253)
@@ -578,5 +578,11 @@
 			foreach($sql_split as $key => $val){
 				if (trim($val) != "") {
+					
+					gfPrintLog("nn", "./temp/install.log");
+					
 					$ret = $objDB->query($val);
+					
+					gfPrintLog("nn", "./temp/install.log");
+					
 					if(PEAR::isError($ret) && $disp_err) {
 						$arrErr['all'] = ">> " . $ret->message . "<br>";
