More error cleanup

This commit is contained in:
Xkeeper
2015-08-13 23:20:30 -07:00
parent 5d8d4e8b3a
commit b4e9133f5f
3 changed files with 7 additions and 6 deletions

View File

@@ -54,7 +54,7 @@
}
$reinf=syndrome($post['act']);
$reinf=syndrome(filter_int($post['act']));
if ($post['lastposttime']) {
$sincelastpost = 'Since last post: '.timeunits(ctime()-$post['lastposttime']);