Minahito
minah****@users*****
2007年 4月 25日 (水) 19:37:57 JST
Index: xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html diff -u xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html:1.1.2.3 xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html:1.1.2.3.2.1 --- xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html:1.1.2.3 Sun Dec 3 00:50:21 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_search_showallbyuser.html Wed Apr 25 19:37:57 2007 @@ -9,7 +9,7 @@ <{if $result.uid > 0}> <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|xoops_escape}>"><{$result.uid|xoops_user:uname}></a> <{/if}> - (<{$result.time|xoops_formattimestamp:l}>) + (<{$result.time|xoops_formattimestampGMT:l}>) </small><li /> <{/foreach}> </ul> Index: xoops2jp/html/modules/legacy/templates/legacy_search_results.html diff -u xoops2jp/html/modules/legacy/templates/legacy_search_results.html:1.1.2.3 xoops2jp/html/modules/legacy/templates/legacy_search_results.html:1.1.2.3.2.1 --- xoops2jp/html/modules/legacy/templates/legacy_search_results.html:1.1.2.3 Sun Dec 3 00:50:21 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_search_results.html Wed Apr 25 19:37:57 2007 @@ -9,7 +9,7 @@ <{if $result.uid > 0}> <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|xoops_escape}>"><{$result.uid|xoops_user:uname}></a> <{/if}> - (<{$result.time|xoops_formattimestamp:l}>) + (<{$result.time|xoops_formattimestampGMT:l}>) </small><li /> <{/foreach}> </ul> Index: xoops2jp/html/modules/legacy/templates/legacy_search_showall.html diff -u xoops2jp/html/modules/legacy/templates/legacy_search_showall.html:1.1.2.3 xoops2jp/html/modules/legacy/templates/legacy_search_showall.html:1.1.2.3.2.1 --- xoops2jp/html/modules/legacy/templates/legacy_search_showall.html:1.1.2.3 Sun Dec 3 00:50:21 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_search_showall.html Wed Apr 25 19:37:57 2007 @@ -9,7 +9,7 @@ <{if $result.uid > 0}> <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$result.uid|xoops_escape}>"><{$result.uid|xoops_user:uname}></a> <{/if}> - (<{$result.time|xoops_formattimestamp:l}>) + (<{$result.time|xoops_formattimestampGMT:l}>) </small><li /> <{/foreach}> </ul>