1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Improve feedback for banned users

git-svn-id: file:///svn/phpbb/trunk@3769 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-03-31 21:47:10 +00:00
parent 372c2d65d1
commit 6e3908893d
3 changed files with 26 additions and 14 deletions

View File

@@ -123,7 +123,8 @@ CREATE TABLE phpbb_banlist (
ban_start int(11),
ban_end int(11),
ban_exclude tinyint(1) DEFAULT '0' NOT NULL,
ban_reason varchar(255),
ban_reason varchar(255),
ban_give_reason varchar(255),
PRIMARY KEY (ban_id)
);