mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +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:
@@ -935,6 +935,7 @@ CREATE TABLE phpbb_users (
|
||||
user_type tinyint(1) NOT NULL DEFAULT '0',
|
||||
group_id mediumint(8) NOT NULL DEFAULT '3',
|
||||
user_permissions text(65535),
|
||||
user_perm_from mediumint(8) NOT NULL DEFAULT '0',
|
||||
user_ip varchar(40) NOT NULL DEFAULT '',
|
||||
user_regdate int(11) NOT NULL DEFAULT '0',
|
||||
username varchar(255) NOT NULL DEFAULT '',
|
||||
|
Reference in New Issue
Block a user