User ->trackforums now defaults to OFF, to save CPU on default installs

This commit is contained in:
moodler
2005-05-01 15:07:52 +00:00
parent d891f2abbd
commit 9e33ce2c2c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -390,7 +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',
trackforums integer NOT NULL default '0',
timemodified integer NOT NULL default '0'
);