From: Mike Macgirvin Date: Wed, 20 Oct 2010 00:33:22 +0000 (-0700) Subject: default the geotag privacy preference X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=81835acc36f17939b9e202cec2ff8981ca03536b;p=friendica.git default the geotag privacy preference --- diff --git a/update.php b/update.php index 9f122f53e0..3785cad2b2 100644 --- a/update.php +++ b/update.php @@ -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