Index: /temp/trunk/html/admin/order/status.php
===================================================================
--- /temp/trunk/html/admin/order/status.php	(revision 6374)
+++ /temp/trunk/html/admin/order/status.php	(revision 6375)
@@ -45,5 +45,4 @@
 	
 	case 'search':
-	case 'undefined':
 		switch($_POST['change_status']){
 				
Index: /temp/trunk/data/class/SC_PageNavi.php
===================================================================
--- /temp/trunk/data/class/SC_PageNavi.php	(revision 5934)
+++ /temp/trunk/data/class/SC_PageNavi.php	(revision 6375)
@@ -56,5 +56,5 @@
 			//¡ÖÁ°¤Ø¡×¡Ö¼¡¤Ø¡×¤ÎÀßÄê
 			if ($this->now_page > 1) {
-				$before="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" .(($this->now_page) - 1). "'); return false;\"><<Á°¤Ø</a> ";
+				$before="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" . (($this->now_page) - 1) . "," . $this->arrPagenavi['mode'] . "'); return false;\"><<Á°¤Ø</a> ";
 				$this->arrPagenavi['before'] = ($this->now_page) - 1;
 			}else{
@@ -63,5 +63,5 @@
 			
 			if ($this->now_page < $this->max_page) {
-				$next="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" .(($this->now_page) + 1) ."'); return false;\">¼¡¤Ø>></a> ";
+				$next="<a href=\"". $_SERVER['PHP_SELF']. "\" onclick=\"$func_name('" . (($this->now_page) + 1) ."'); return false;\">¼¡¤Ø>></a> ";
 				$this->arrPagenavi['next'] = ($this->now_page) + 1;
 			}else{
