history 관련 처리 변경

This commit is contained in:
2020-04-18 14:36:05 +09:00
parent c1bf3a773f
commit 27aa1c1973
14 changed files with 91 additions and 117 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ if ($select == 0) {
</tr>
<tr>
<td id=bg1 align=center>역 사 기 록</td>
<td colspan=5>".ConvertLog($emperior['history'], 1)."</td>
<td colspan=5>".formatHistoryToHTML(Json::decode($emperior['history']))."</td>
</tr>
</table>
</form>";