[xoops-cvslog 2568] CVS update: xoops2jp/html/modules/user/blocks

Back to archive index

NobuNobu nobun****@users*****
2006年 3月 29日 (水) 22:52:46 JST


Index: xoops2jp/html/modules/user/blocks/user_online.php
diff -u xoops2jp/html/modules/user/blocks/user_online.php:1.1.2.1 xoops2jp/html/modules/user/blocks/user_online.php:1.1.2.2
--- xoops2jp/html/modules/user/blocks/user_online.php:1.1.2.1	Fri Mar 24 22:04:25 2006
+++ xoops2jp/html/modules/user/blocks/user_online.php	Wed Mar 29 22:52:46 2006
@@ -1,6 +1,5 @@
 <?php
-function b_user_online_show()
-{
+function b_user_online_show() {
     global $xoopsUser, $xoopsModule;
     $online_handler =& xoops_gethandler('online');
     mt_srand((double)microtime()*1000000);
@@ -49,8 +48,7 @@
         $block['online_member_list'] = $member_list;
         $block['online_guests'] = $guests;
         return $block;
-    } else {
-        return false;
     }
+	return false;
 }
 ?>


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