[Linpha-cvs] SF.net SVN: linpha: [4870] trunk/linpha2/lib/plugins/maps/sql/sql.data.php
Status: Inactive
Brought to you by:
bzrudi
From: <bz...@us...> - 2008-02-12 18:01:25
|
Revision: 4870 http://linpha.svn.sourceforge.net/linpha/?rev=4870&view=rev Author: bzrudi Date: 2008-02-12 10:01:18 -0800 (Tue, 12 Feb 2008) Log Message: ----------- default of 350px is ways to large for widescreen laptop reduced to 150px Modified Paths: -------------- trunk/linpha2/lib/plugins/maps/sql/sql.data.php Modified: trunk/linpha2/lib/plugins/maps/sql/sql.data.php =================================================================== --- trunk/linpha2/lib/plugins/maps/sql/sql.data.php 2008-02-12 17:59:58 UTC (rev 4869) +++ trunk/linpha2/lib/plugins/maps/sql/sql.data.php 2008-02-12 18:01:18 UTC (rev 4870) @@ -16,7 +16,7 @@ "VALUES ('plugins_maps_google_key', 'ABQIAAAAAXCMfho4_sqSSh0VqMB80xT2yXp_ZAY8_ufC3CFXhHIE1NvwkxSfO_6bbb_ScfT_zPgcnJMKyGltOg', '0', '0')"; $sql_queries[] = "INSERT INTO ".LIN_PREFIX."config (option_name, option_value, override, user_id) " . - "VALUES ('plugins_maps_markerThumbSize', '350', '0', '0')"; + "VALUES ('plugins_maps_markerThumbSize', '150', '0', '0')"; $sql_queries[] = "INSERT INTO ".LIN_PREFIX."permissions (perm_type, permission) " . "VALUES ('plugins_maps_setMarkers', '')"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |