Index: /branches/dev/html/admin/order/index.php
===================================================================
--- /branches/dev/html/admin/order/index.php	(revision 13648)
+++ /branches/dev/html/admin/order/index.php	(revision 13651)
@@ -238,6 +238,4 @@
 			$objPage->tpl_linemax = $linemax;				// ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ
 			
-			print_r($arrval);
-			print_r($where);
 			// ¥Ú¡¼¥¸Á÷¤ê¤Î½èÍý
 			if(is_numeric($_POST['search_page_max'])) {	
@@ -258,4 +256,5 @@
 			// ¸¡º÷·ë²Ì¤Î¼èÆÀ
 			$objPage->arrResults = $objQuery->select($col, $from, $where, $arrval);
+			print_r($objPage->arrResults);
 		}
 	}
