]> git.mxchange.org Git - friendica.git/commitdiff
default the geotag privacy preference
authorMike Macgirvin <mike@macgirvin.com>
Wed, 20 Oct 2010 00:33:22 +0000 (17:33 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Wed, 20 Oct 2010 00:33:22 +0000 (17:33 -0700)
update.php

index 9f122f53e0e2d854538a59c753512f84af41de10..3785cad2b2adbbf76c03a0cc49a944b6ae4f7ed7 100644 (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` ");
 }
\ No newline at end of file