1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

Remove LANs from debug info.

This commit is contained in:
Cameron
2017-01-14 13:38:05 -08:00
parent e176d560bb
commit c4874a3fda
3 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ class forum_newforumposts_menu // plugin folder + menu name (without the .php)
while($row = $sql->fetch())
{
$datestamp = $tp->toDate($row['post_datestamp'], 'relative');
$id = $row['thread_id'];
$topic = ($row['thread_datestamp'] == $row['post_datestamp'] ? '' : 'Re:');