Minahito
minah****@users*****
2006年 10月 23日 (月) 20:21:49 JST
Index: xoops2jp/html/modules/user/blocks/user_online.php diff -u xoops2jp/html/modules/user/blocks/user_online.php:1.1.2.3 xoops2jp/html/modules/user/blocks/user_online.php:1.1.2.3.2.1 --- xoops2jp/html/modules/user/blocks/user_online.php:1.1.2.3 Wed Apr 19 14:32:23 2006 +++ xoops2jp/html/modules/user/blocks/user_online.php Mon Oct 23 20:21:49 2006 @@ -40,7 +40,7 @@ $guests++; } } - $block['online_total'] = sprintf(_ONLINEPHRASE, $total); + $block['online_total'] = sprintf(_MB_USER_ONLINEPHRASE, $total); if (is_object($xoopsModule)) { $mytotal = $online_handler->getCount(new Criteria('online_module', $xoopsModule->getVar('mid'))); $block['online_total'] .= ' ('.sprintf(_MB_USER_ONLINEPHRASEX, $mytotal, $xoopsModule->getVar('name')).')';