mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 20:40:24 +02:00
- clean up marklist calls (global function)
- added new feature: test out others permissions (admin permissions will not be copied) - changed attachment processing by directly using the template engine - fixed some attachment related bugs - additional tiny fixes git-svn-id: file:///svn/phpbb/trunk@5790 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1216,6 +1216,7 @@ CREATE TABLE phpbb_users (
|
||||
user_type INT2 DEFAULT '0' NOT NULL,
|
||||
group_id INT4 DEFAULT '3' NOT NULL,
|
||||
user_permissions TEXT,
|
||||
user_perm_from INT4 DEFAULT '0' NOT NULL,
|
||||
user_ip varchar(40) DEFAULT '' NOT NULL,
|
||||
user_regdate INT4 DEFAULT '0' NOT NULL,
|
||||
username varchar(255) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user