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
@@ -1083,7 +1083,7 @@ function main_upgrade($oldversion=0) {
}
if ($oldversion < 2005042400) { // Add user tracking prefs field.
table_column('user', '', 'trackforums', 'int', '4', 'unsigned', '1', 'not null', 'autosubscribe');
table_column('user', '', 'trackforums', 'int', '4', 'unsigned', '0', 'not null', 'autosubscribe');
}
return $result;