1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 15:31:42 +02:00

capitalized install script lang vars.

git-svn-id: file:///svn/phpbb/trunk@3745 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-03-29 17:50:12 +00:00
parent ea2f85d458
commit 88fbdb6e1e
5 changed files with 102 additions and 100 deletions

View File

@@ -804,7 +804,7 @@ CREATE TABLE phpbb_users (
user_id mediumint(8) UNSIGNED NOT NULL auto_increment,
user_active tinyint(1) DEFAULT '1',
user_founder tinyint(1) DEFAULT '0',
group_id mediumint(8) DEFAULT '3' NOT NULL
group_id mediumint(8) DEFAULT '3' NOT NULL,
user_permissions text NULL,
user_ip varchar(40),
user_regdate int(11) DEFAULT '0' NOT NULL,