Index: /temp/trunk/html/admin/customer/index.php
===================================================================
--- /temp/trunk/html/admin/customer/index.php	(revision 1864)
+++ /temp/trunk/html/admin/customer/index.php	(revision 1865)
@@ -119,6 +119,4 @@
 }
 
-sfprintr($_POST);
-
 // ¸ÜµÒºï½ü
 if ($_POST['mode'] == "delete") {
@@ -147,4 +145,6 @@
 	/* ÆþÎÏ¥¨¥é¡¼¤Ê¤· */
 	if (count($objPage->arrErr) == 0) {
+		
+		sfprintr($objPage->arrForm);
 		
 		//-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ
Index: /temp/trunk/data/class/SC_CustomerList.php
===================================================================
--- /temp/trunk/data/class/SC_CustomerList.php	(revision 1328)
+++ /temp/trunk/data/class/SC_CustomerList.php	(revision 1865)
@@ -136,5 +136,5 @@
 		
 		// ¹ØÆþ¶â³Û»ØÄê
-		if( is_numeric( $this->arrSql["buy_total_from"] ) || is_numeric( $this->arrSql["buy_total_to"] ) ) {
+		if( is_numeric( $this->arrSql["search_buy_total_from"] ) || is_numeric( $this->arrSql["search_buy_total_to"] ) ) {
 			$arrBuyTotal = $this->selectRange($this->arrSql["buy_total_from"], $this->arrSql["buy_total_to"], "buy_total");
 			foreach ($arrBuyTotal as $data1) {
@@ -144,5 +144,5 @@
 
 		// ¹ØÆþ²ó¿ô»ØÄê
-		if( is_numeric( $this->arrSql["buy_times_from"] ) || is_numeric( $this->arrSql["buy_times_to"] ) ) {
+		if( is_numeric( $this->arrSql["search_buy_times_from"] ) || is_numeric( $this->arrSql["search_buy_times_to"] ) ) {
 			$arrBuyTimes = $this->selectRange($this->arrSql["buy_times_from"], $this->arrSql["buy_times_to"], "buy_times");
 			foreach ($arrBuyTimes as $data2) {
@@ -165,5 +165,5 @@
 
 		// ÃÂÀ¸·î¤Î¸¡º÷
-		if (is_numeric($this->arrSql["birth_month"])) {
+		if (is_numeric($this->arrSql["search_birth_month"])) {
 			$this->setWhere(" EXTRACT(month from birth) = ?");  
 			$this->arrVal[] = $this->arrSql["birth_month"];
