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

Back to archive index

Minahito minah****@users*****
2006年 1月 17日 (火) 19:30:30 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.1 xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:1.1.2.2
--- xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php:1.1.2.1	Sun Jan 15 21:14:52 2006
+++ xoops2jp/html/modules/legacyRender/admin/class/PageNavigator.class.php	Tue Jan 17 19:30:30 2006
@@ -14,7 +14,7 @@
 		if ($mask == null) {
 			$mask = array();
 		}
-		if (!is_array($mask)) {
+		elseif (!is_array($mask)) {
 			$mask = array($mask);
 		}
 		


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