Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnew-gh <github@hazelden.ca>2021-05-17 21:31:12 +0300
committerjnew-gh <github@hazelden.ca>2021-05-17 21:31:12 +0300
commit6933b8deed7e4cf9107fd23cb8585362c5cb650c (patch)
treea40cbfca9d0007c1c4e5d99ceebdb178b5264471
parentf9b1f48ae324ce713f83738515da190894980fc2 (diff)
Remove $date_output_format variable
-rw-r--r--dmarcts-report-viewer-report-list.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/dmarcts-report-viewer-report-list.php b/dmarcts-report-viewer-report-list.php
index 06bf0d6..d07b107 100644
--- a/dmarcts-report-viewer-report-list.php
+++ b/dmarcts-report-viewer-report-list.php
@@ -74,7 +74,6 @@ function tmpl_reportList($reports, $sort) {
foreach ($reports as $row) {
$row = array_map('htmlspecialchars', $row);
- $date_output_format = "Y-m-d G:i:s T";
$reportlist[] = " <tr class='linkable' onclick=\"showReport('" . $row['serial'] . "')\" id='report" . $row['serial'] . "' title='" . $title_message_tr . "'>";
$reportlist[] = " <td class='circle_container'><span class='status_sort_key'>" . get_dmarc_result($row)['status_sort_key'] . "</span></td>"; // Col 0