codes****@googl*****
codes****@googl*****
2009年 1月 21日 (水) 06:52:45 JST
Author: mystralkk Date: Sat Jan 17 16:52:40 2009 New Revision: 1107 Modified: trunk/geeklog-1-jp-extended/system/lib-comment.php trunk/geeklog-1-jp/system/lib-comment.php Log: Issue #52に対応しました。 Modified: trunk/geeklog-1-jp-extended/system/lib-comment.php ============================================================================== --- trunk/geeklog-1-jp-extended/system/lib-comment.php (original) +++ trunk/geeklog-1-jp-extended/system/lib-comment.php Sat Jan 17 16:52:40 2009 @@ -327,7 +327,7 @@ $template->set_var( 'end_author_anchortag', '</a>' ); $template->set_var( 'author_link', COM_createLink( - $A['username'], + $fullname, $_CONF['site_url'] . '/users.php?mode=profile&uid=' . $A['uid'] ) ); Modified: trunk/geeklog-1-jp/system/lib-comment.php ============================================================================== --- trunk/geeklog-1-jp/system/lib-comment.php (original) +++ trunk/geeklog-1-jp/system/lib-comment.php Sat Jan 17 16:52:40 2009 @@ -327,7 +327,7 @@ $template->set_var( 'end_author_anchortag', '</a>' ); $template->set_var( 'author_link', COM_createLink( - $A['username'], + $fullname, $_CONF['site_url'] . '/users.php?mode=profile&uid=' . $A['uid'] ) );