Index: /temp/trunk/html/admin/customer/index.php
===================================================================
--- /temp/trunk/html/admin/customer/index.php	(revision 1868)
+++ /temp/trunk/html/admin/customer/index.php	(revision 1869)
@@ -146,4 +146,6 @@
 	if (count($objPage->arrErr) == 0) {
 		
+		
+		sfprintr($objPage->arrForm);
 		//-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ
 		$objSelect = new SC_CustomerList($objPage->arrForm, "customer");
Index: /temp/trunk/data/class/SC_CustomerList.php
===================================================================
--- /temp/trunk/data/class/SC_CustomerList.php	(revision 1865)
+++ /temp/trunk/data/class/SC_CustomerList.php	(revision 1869)
@@ -167,5 +167,5 @@
 		if (is_numeric($this->arrSql["search_birth_month"])) {
 			$this->setWhere(" EXTRACT(month from birth) = ?");  
-			$this->arrVal[] = $this->arrSql["birth_month"];
+			$this->arrVal[] = $this->arrSql["search_birth_month"];
 		}
 
