default the geotag privacy preference
This commit is contained in:
parent
7c9b323e25
commit
81835acc36
1 changed files with 1 additions and 1 deletions
|
@ -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` ");
|
||||
}
|
Loading…
Reference in a new issue