재야를 따로 다루던 코드 제거

This commit is contained in:
2018-04-15 23:51:46 +09:00
parent 5d97c4ebea
commit d567f3218a
3 changed files with 4 additions and 19 deletions
-3
View File
@@ -43,9 +43,6 @@ else if($btn == "댓글" && $comment != "") {
$comment = addslashes(SQ2DQ($comment));
$nation = getNationStaticInfo($me['nation']);
if($nation == null) {
$nation = ['name' => "재야"];
}
if($admin['votecomment'] != "") { $admin['votecomment'] .= "|"; }
$admin['votecomment'] .= "{$nation['name']}:{$me['name']}:{$comment}";