정적 분석기 결과 반영

This commit is contained in:
2018-04-08 23:39:02 +09:00
parent eeaae898ae
commit 27d313c594
23 changed files with 100 additions and 123 deletions
+3 -4
View File
@@ -44,8 +44,7 @@ switch ($btn) {
if ($lognum >= 29) {
$lognum = 0;
}
$history[0] = "<R>★</><S>{$log}</>";
pushWorldHistory($history);
pushWorldHistory(["<R>★</><S>{$log}</>"]);
break;
case "변경1":
$query = "update game set starttime='$starttime'";
@@ -113,8 +112,8 @@ switch ($btn) {
}
}
}
$history[] = "<R>★</>턴시간이 <C>$btn</>으로 변경됩니다.";
pushWorldHistory($history);
pushWorldHistory(["<R>★</>턴시간이 <C>$btn</>으로 변경됩니다."]);
break;
}