[xoops-cvslog 5465] CVS update: xoops2jp/html/modules/legacy/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 10月 23日 (月) 19:33:47 JST


Index: xoops2jp/html/modules/legacy/admin/actions/BlockListAction.class.php
diff -u xoops2jp/html/modules/legacy/admin/actions/BlockListAction.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/actions/BlockListAction.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/actions/BlockListAction.class.php:1.1.2.2	Sun Oct 15 00:48:18 2006
+++ xoops2jp/html/modules/legacy/admin/actions/BlockListAction.class.php	Mon Oct 23 19:33:47 2006
@@ -31,6 +31,14 @@
 		$filter =& new Legacy_BlockFilterForm($this->_getPageNavi(), $this->_getHandler());
 		return $filter;
 	}
+	
+	function &_getPageNavi()
+	{
+		$navi =& parent::_getPageNavi();
+		$navi->setPerpage(0);
+		
+		return $navi;
+	}
 
 	function _getBaseUrl()
 	{


xoops-cvslog メーリングリストの案内
Back to archive index