[geeklog-jp commit] r1107 - in trunk: geeklog-1-jp-extended/system geeklog-1-jp/system

Back to archive index

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&amp;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&amp;uid=' . $A['uid']
                  )
              );



Geeklogjp-changes メーリングリストの案内
Back to archive index