Fix check.php

This commit is contained in:
Ruan 2015-07-03 18:09:49 +02:00
parent 420075d967
commit 0013e0b263

View File

@ -27,7 +27,7 @@ if (isset($_POST['name'], $_POST['table'])) {
echo($name . ' is not banned.'); echo($name . ' is not banned.');
return; return;
} }
$banner = get_banner_name($row['banned_by_name']); $banner = get_banner_name($row);
$reason = $row['reason']; $reason = $row['reason'];
$time = millis_to_date($row['time']); $time = millis_to_date($row['time']);
$until = millis_to_date($row['until']); $until = millis_to_date($row['until']);