[xoops-cvslog 4857] CVS update: xoops2jp/html/modules/legacyRender/admin/class

Back to archive index

Minahito minah****@users*****
2006年 10月 7日 (土) 15:47:29 JST


Index: xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:1.1.2.3.2.2 xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:1.1.2.3.2.3
--- xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:1.1.2.3.2.2	Fri Sep 29 17:14:33 2006
+++ xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php	Sat Oct  7 15:47:29 2006
@@ -23,7 +23,7 @@
 		$ret ="";
 		
 		foreach ($this->mExtra as $key => $value) {
-			if (!isset($mask[$key])) {
+			if (!in_array($key, $mask)) {
 				$value = htmlspecialchars($value, ENT_QUOTES);
 				$ret .= "<input type=\"hidden\" name=\"${key}\" value=\"${value}\" />";
 			}


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