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:
@@ -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:');
|
||||
|
Reference in New Issue
Block a user