diff options
| author | Brian Holland <windmillway2@gmail.com> | 2011-02-24 18:20:18 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2011-02-24 18:20:18 +0000 |
| commit | 59b1c43a6bfee5bc6002fbed93da17d8b5f95381 (patch) | |
| tree | 8711acc5dd333b275f895d4fe89ae2fb1f5462dc | |
| parent | aa6170ed21d2bd97da9a2eb6a5c03eb6d55f01aa (diff) | |
| download | webtrees-59b1c43a6bfee5bc6002fbed93da17d8b5f95381.tar.gz webtrees-59b1c43a6bfee5bc6002fbed93da17d8b5f95381.tar.bz2 webtrees-59b1c43a6bfee5bc6002fbed93da17d8b5f95381.zip | |
Ref svn 10949 - Correct sv_zoom default
| -rw-r--r-- | modules/googlemap/db_schema/db_schema_1_2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/googlemap/db_schema/db_schema_1_2.php b/modules/googlemap/db_schema/db_schema_1_2.php index c69384fa8e..c6219a17bb 100644 --- a/modules/googlemap/db_schema/db_schema_1_2.php +++ b/modules/googlemap/db_schema/db_schema_1_2.php @@ -52,7 +52,7 @@ try { " sv_lati VARCHAR(30) 0,". " sv_bearing FLOAT 0,". " sv_elevation FLOAT 0,". - " sv_zoom FLOAT 0". + " sv_zoom FLOAT 1". ")" ); } catch (PDOException $ex) { |
