From 38345fc8ede75ea885f45593fe627f3c41a13985 Mon Sep 17 00:00:00 2001 From: ruan Date: Tue, 26 Jul 2016 13:52:25 +0200 Subject: [PATCH] Updates --- inc/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/page.php b/inc/page.php index acdeabc..95da9d3 100644 --- a/inc/page.php +++ b/inc/page.php @@ -148,7 +148,7 @@ class Page { $selection .= ",CAST(warned AS UNSIGNED) AS warned"; } if ($table !== $this->settings->table['kicks']) { - $selection .= ",removed_by_uuid,removed_by_name"; + $selection .= ",removed_by_uuid,removed_by_name,removed_by_date"; } return $selection; }