[xoops-cvslog 1412] CVS update: xoops2jp/html/modules/base/templates

Back to archive index

Minahito minah****@users*****
2005年 12月 26日 (月) 21:13:27 JST


Index: xoops2jp/html/modules/base/templates/legacy_misc_online.html
diff -u xoops2jp/html/modules/base/templates/legacy_misc_online.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_misc_online.html:1.1.2.2
--- xoops2jp/html/modules/base/templates/legacy_misc_online.html:1.1.2.1	Mon Dec 26 20:23:37 2005
+++ xoops2jp/html/modules/base/templates/legacy_misc_online.html	Mon Dec 26 21:13:26 2005
@@ -3,7 +3,13 @@
 		<th colspan="3"><{$smarty.const._WHOSONLINE}></th>
 		<{foreach item=user from=$onlineUsers}>
 			<tr class="<{cycle values="odd,even"}> valign="middle" align="center">
-				<td><{$user.user->getVar('uname')}></td>
+				<td>
+					<{if $user.user}>
+						<{$user.user->getVar('uname')}>
+					<{else}>
+						GUEST
+					<{/if}>
+				</td>
 				<td>
 					<{if $user.module}>
 						<{$user.module}>


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