Index: temp/trunk/html/test/kakinaka/mysql.php
===================================================================
--- temp/trunk/html/test/kakinaka/mysql.php	(revision 4758)
+++ temp/trunk/html/test/kakinaka/mysql.php	(revision 4759)
@@ -53,5 +53,5 @@
     ) vw_products_allclass ';
 	
-print(rtrim($sql));
+print(preg_replace("/[\r\n]/","",$sql));
 
 print("end");
