[xoops-cvslog 1776] CVS update: xoops2jp/html/modules/legacyRender/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 1月 15日 (日) 03:31:04 JST


Index: xoops2jp/html/modules/legacyRender/admin/forms/TplsetFilterForm.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/forms/TplsetFilterForm.class.php:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/forms/TplsetFilterForm.class.php:1.1.2.4
--- xoops2jp/html/modules/legacyRender/admin/forms/TplsetFilterForm.class.php:1.1.2.3	Sat Jan 14 21:23:24 2006
+++ xoops2jp/html/modules/legacyRender/admin/forms/TplsetFilterForm.class.php	Sun Jan 15 03:31:04 2006
@@ -31,9 +31,11 @@
 	{
 		$this->mSort = isset($_REQUEST['sort']) ? intval($_REQUEST['sort']) : 0;
 	
-		if ($this->mSort > TPLSET_SORT_KEY_MAXVALUE) {
+		if (abs($this->mSort) > TPLSET_SORT_KEY_MAXVALUE) {
 			$this->mSort = TPLSET_SORT_KEY_DEFAULT;
 		}
+
+		$this->_mNavi->addExtra('sort', $this->mSort);
 	}
 
 	function getSort()
@@ -59,10 +61,6 @@
 	
 		return $criteria;
 	}
-	
-	function setNavi(&$navi)
-	{
-	}
 }
 
 ?>


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