1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00

small typo... who is in need of a new keyboard? ;)

git-svn-id: file:///svn/phpbb/trunk@4681 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2003-11-23 22:19:29 +00:00
parent fe57f5340c
commit 37edf4148c

View File

@ -263,7 +263,7 @@ if (isset($_REQUEST['bansubmit']))
default:
$sql = 'INSERT INTO ' . BANLIST_TABLE . " ($type, ban_start, ban_end, ban_exclude, ban_reason)
VALUES ($ban_entryx, $current_time, $ban_end, $ban_exclude, '$ban_reason')";
VALUES ($ban_entry, $current_time, $ban_end, $ban_exclude, '$ban_reason')";
$db->sql_query($sql);
$sql = '';
}