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

Back to archive index

Minahito minah****@users*****
2006年 4月 19日 (水) 14:32:23 JST


Index: xoops2jp/html/modules/user/blocks/user_online.php
diff -u xoops2jp/html/modules/user/blocks/user_online.php:1.1.2.2 xoops2jp/html/modules/user/blocks/user_online.php:1.1.2.3
--- xoops2jp/html/modules/user/blocks/user_online.php:1.1.2.2	Wed Mar 29 22:52:46 2006
+++ xoops2jp/html/modules/user/blocks/user_online.php	Wed Apr 19 14:32:23 2006
@@ -30,6 +30,7 @@
         $block = array();
         $guests = 0;
         $members = '';
+		$member_list = array();
         for ($i = 0; $i < $total; $i++) {
             if ($onlines[$i]['online_uid'] > 0) {
                 $member['uid'] = $onlines[$i]['online_uid'];


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