diff options
Diffstat (limited to 'phpBB/adm/admin_ban.php')
-rw-r--r-- | phpBB/adm/admin_ban.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/admin_ban.php b/phpBB/adm/admin_ban.php index 27143e2749..5afade6ff8 100644 --- a/phpBB/adm/admin_ban.php +++ b/phpBB/adm/admin_ban.php @@ -272,7 +272,7 @@ if (isset($_REQUEST['bansubmit'])) { $sql = "INSERT INTO " . BANLIST_TABLE . " ($type, ban_start, ban_end, ban_exclude, ban_reason) VALUES $sql"; - $result = $db->sql_query($sql); + $db->sql_query($sql); } if (!$ban_exclude) |