default the geotag privacy preference

This commit is contained in:
Mike Macgirvin 2010-10-19 17:33:22 -07:00
parent 7c9b323e25
commit 81835acc36
1 changed files with 1 additions and 1 deletions

View File

@ -74,5 +74,5 @@ function update_1008() {
}
function update_1009() {
q("ALTER TABLE `user` ADD `allow_location` TINYINT( 1 ) NOT NULL AFTER `default-location` ");
q("ALTER TABLE `user` ADD `allow_location` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `default-location` ");
}