Index: temp/trunk/html/test/kakinaka/mysql.php
===================================================================
--- temp/trunk/html/test/kakinaka/mysql.php	(revision 4772)
+++ temp/trunk/html/test/kakinaka/mysql.php	(revision 4773)
@@ -169,7 +169,7 @@
 
 	foreach($arrView as $key => $val){
-		print($key."<bR>");
 		if (stristr($sql, $key) != ""){
 			$changesql = eregi_replace("($key)", "$val", $sql);
+			print("------------------------------------------------------------<BR>".$changesql."------------------------------------------------------------<BR>");
 			sfInArray($changesql);
 		}
