[Mapbender-commits] r2249 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Mar 14 06:29:06 EDT 2008


Author: christoph
Date: 2008-03-14 06:29:06 -0400 (Fri, 14 Mar 2008)
New Revision: 2249

Modified:
   branches/2.5/http/php/system.php
Log:
i18n bug: floats converted to , because of de_DE locale

replaced js numeric vars by string representation, it's JS anyway

Modified: branches/2.5/http/php/system.php
===================================================================
--- branches/2.5/http/php/system.php	2008-03-13 16:04:01 UTC (rev 2248)
+++ branches/2.5/http/php/system.php	2008-03-14 10:29:06 UTC (rev 2249)
@@ -26,8 +26,8 @@
 #
 # constants from map.js
 #
-define("MB_RESOLUTION", 28.35);
-define("MB_FEATURE_COUNT", 100);
+define("MB_RESOLUTION", "28.35");
+define("MB_FEATURE_COUNT", "100");
 
 #
 # available log levels 



More information about the Mapbender_commits mailing list