From c5c1abb47ba456573c4823d93d87a694868f6923 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 30 Jul 2011 15:47:14 +1000 Subject: [PATCH] add timestamp to ?/reports --- mod.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.php b/mod.php index d10575fe..c7239968 100644 --- a/mod.php +++ b/mod.php @@ -1269,6 +1269,7 @@ '
' . 'Board: ' . sprintf($config['board_abbreviation'], $report['uri']) . '
' . 'Reason: ' . $report['reason'] . '
' . + 'Report date: ' . date($config['post_date'], $report['time']) . '
' . 'Reported by: ' . $report['ip'] . '
' . '
' . ($mod['type'] >= $config['mod']['report_dismiss'] ?