Added user prefernce for forum tracking.

This commit is contained in:
mchurch
2005-04-24 19:52:18 +00:00
parent 5cc300633d
commit bce5c2cd47
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -390,6 +390,7 @@ CREATE TABLE prefix_user (
maildisplay integer NOT NULL default '2',
htmleditor integer NOT NULL default '1',
autosubscribe integer NOT NULL default '1',
trackforums integer NOT NULL default '1',
timemodified integer NOT NULL default '0'
);