r61739 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61738‎ | r61739 | r61740 >
Date:02:59, 31 January 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Small setting value change.
Modified paths:
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_Settings.php
@@ -131,8 +131,8 @@
132132 # Array. The minimum and maximum width and height for all maps. First min, then max. Min needs to be smaller then max.
133133 # When the height or width exceed their limits, they will be changed to the closest allowed value.
134134 $egMapsSizeRestrictions = array(
135 - 'width' => array( 100, 1000 ),
136 - 'height' => array( 0, 1000 ),
 135+ 'width' => array( 50, 1020 ),
 136+ 'height' => array( 50, 1000 ),
137137 );
138138
139139 # Strings. The default coordinates for the map. Must be in floating point notation.

Status & tagging log