Autofix small errors

This commit is contained in:
Igor Barkov [iwork]
2019-01-16 19:45:30 +02:00
parent d330721114
commit 094b8a6027
313 changed files with 736 additions and 2280 deletions

View File

@@ -13,4 +13,3 @@ $mess = $_POST['target'];
if ($user['sex'] == 1) {$action="выкрикнул";} else {$action="выкрикнула";}
addlog($user['battle'],'<span class=sysdate>'.date("H:i").'</span> '.nick::id($user['id'])->short().' '.$action.': '.$mess.'<BR>');
}
?>