Remove WIP notes from main and thread pages

This commit is contained in:
Robert Miles 2018-07-08 02:08:32 -04:00
parent 2d1236bb74
commit 2258de0a97
2 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
$threads = $bbj->thread_index();
foreach($threads["data"] as $thread) {
$username = $threads["usermap"][$thread["author"]]["user_name"];
$last_author = $threads["usermap"][$thread["last_author"]]["user_name"];
$time = round($thread['created']);
$time = new DateTime("@{$time}");
$time = date_format($time, "c");
@ -14,4 +15,3 @@
echo "\t\t</div>".PHP_EOL;
}
?>
<p>RIP</p>

View File

@ -12,4 +12,3 @@
echo "\t\t</div>".PHP_EOL;
}
?>
<p>RIP</p>