Index: temp/trunk/data/class/SC_Query.php
===================================================================
--- temp/trunk/data/class/SC_Query.php	(revision 3679)
+++ temp/trunk/data/class/SC_Query.php	(revision 3680)
@@ -84,5 +84,4 @@
 	function getall($sql, $arrval = array()) {
 		$ret = $this->conn->getAll($sql, $arrval);
-sfprintr("dd");
 		return $ret;
 	}
@@ -318,5 +317,8 @@
 		// SQLÊ¸¤Î¼Â¹Ô
 		$ret = $this->conn->getOne($sql, $arrval);
-		return $ret;
+		sfprintr("dd");
+
+		return $ret;
+		
 	}
 		
