Index: temp/trunk/data/class/SC_Query.php
===================================================================
--- temp/trunk/data/class/SC_Query.php	(revision 7993)
+++ temp/trunk/data/class/SC_Query.php	(revision 7994)
@@ -417,5 +417,5 @@
 		// ¼¡¤ÎIncrement¤ò¼èÆÀ
 		//$arrRet = $this->query("SHOW TABLE STATUS LIKE ?", array($table_name));
-		$arrRet = $this->query("SELECT * FROM dtb_payment");
+		$arrRet = $this->conn->getOne("SELECT * FROM dtb_payment");
 		sfprintr($arrRet);
 		$auto_inc_no = $arrRet["Auto_increment"];
