Don't try to reformat

This commit is contained in:
Robert Miles 2019-10-08 12:26:44 -04:00
parent 47b7be48fc
commit af2cd047bb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
$time = date_format($time, "Y/m/d H:i");
$mod = round($thread['last_mod']);
$mod = new DateTime("@{$mod}");
$mod = date_format($time, "Y/m/d H:i");
$mod = date_format($mod, "Y/m/d H:i");
$tt = $thread["title"];
$plural = $thread['reply_count']==1 ? "y" : "ies";
$tid = $thread["thread_id"];