From 16af5f2c15fb4cd049d351c0db0e193a48010dbf Mon Sep 17 00:00:00 2001 From: Ruan Date: Sun, 7 Jun 2015 15:26:33 +0200 Subject: [PATCH] Check configuration, just in case --- bans.php | 4 ++-- mutes.php | 4 ++-- warnings.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bans.php b/bans.php index daffccf..a948761 100644 --- a/bans.php +++ b/bans.php @@ -57,7 +57,7 @@ fetch(PDO::FETCH_ASSOC)) { $timeResult = millis_to_date($row['time']); @@ -72,7 +72,7 @@ fetch(PDO::FETCH_ASSOC)) { $timeResult = millis_to_date($row['time']); @@ -39,7 +39,7 @@ fetch(PDO::FETCH_ASSOC)) { $expiresResult = millis_to_date($row['until']); @@ -44,7 +44,7 @@