[xoops-cvslog 4558] CVS update: xoops2jp/html/modules/pm/preload

Back to archive index

Minahito minah****@users*****
2006年 9月 22日 (金) 19:06:16 JST


Index: xoops2jp/html/modules/pm/preload/Preload.class.php
diff -u xoops2jp/html/modules/pm/preload/Preload.class.php:1.1.2.5 xoops2jp/html/modules/pm/preload/Preload.class.php:1.1.2.6
--- xoops2jp/html/modules/pm/preload/Preload.class.php:1.1.2.5	Sun Sep 10 19:47:29 2006
+++ xoops2jp/html/modules/pm/preload/Preload.class.php	Fri Sep 22 19:06:16 2006
@@ -51,7 +51,7 @@
 		//
 		$params = array();
 		if (xoops_getrequest('reply') != null) {
-			$params[] = "reply=" . xoops_getrequest('reply') ? 1 : 0;
+			$params[] = "reply=" . (xoops_getrequest('reply') ? 1 : 0);
 		}
 		
 		if (xoops_getrequest('msg_id') != null) {


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