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

Back to archive index

Minahito minah****@users*****
2006年 10月 7日 (土) 11:06:38 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 xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:1.1.2.4
--- xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:1.1.2.3	Tue Mar 28 22:30:48 2006
+++ xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php	Sat Oct  7 11:06:37 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