[xoops-cvslog 5936] CVS update: xoops2jp/html/kernel

Back to archive index

Minahito minah****@users*****
2006年 11月 25日 (土) 19:11:02 JST


Index: xoops2jp/html/kernel/block.php
diff -u xoops2jp/html/kernel/block.php:1.2.8.10.2.1 xoops2jp/html/kernel/block.php:1.2.8.10.2.2
--- xoops2jp/html/kernel/block.php:1.2.8.10.2.1	Sun Nov 12 02:49:30 2006
+++ xoops2jp/html/kernel/block.php	Sat Nov 25 19:11:02 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: block.php,v 1.2.8.10.2.1 2006/11/11 17:49:30 minahito Exp $
+// $Id: block.php,v 1.2.8.10.2.2 2006/11/25 10:11:02 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -417,7 +417,9 @@
                 return $block;
             }
         }
-        return false;
+		
+		$ret = false;	//< You may think this should be null. But this is the compatibility with X2.
+        return $ret;
     }
 
     /**


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