mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Provide a correction by selection the update logs.
This commit is contained in:
parent
76adbde9ce
commit
effee305a6
8 changed files with 76 additions and 2 deletions
|
|
@ -15,10 +15,10 @@
|
|||
<a href="{getUrl('', 'mid', $mid, 'act', 'dispBoardUpdateLogView', 'update_id', $val->update_id)}">{$val->title}</a>
|
||||
</td>
|
||||
<td class="author">
|
||||
{$val->update_nick_name}
|
||||
{$val->nick_name}
|
||||
</td>
|
||||
<td class="author">
|
||||
{$val->nick_name}
|
||||
{$val->update_nick_name}
|
||||
</td>
|
||||
<td class="time">
|
||||
{zdate($val->regdate, 'Y.m.d H:i:s')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue