[Mapbender-commits] r1542 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 26 09:33:15 EDT 2007


Author: christoph
Date: 2007-07-26 09:33:15 -0400 (Thu, 26 Jul 2007)
New Revision: 1542

Modified:
   trunk/mapbender/http/classes/class_locale.php
Log:
removed echo

Modified: trunk/mapbender/http/classes/class_locale.php
===================================================================
--- trunk/mapbender/http/classes/class_locale.php	2007-07-26 13:30:34 UTC (rev 1541)
+++ trunk/mapbender/http/classes/class_locale.php	2007-07-26 13:33:15 UTC (rev 1542)
@@ -74,7 +74,6 @@
 	function checkAndSetLocale($languageId) {
 		if ($this->os == null) {
 			$this->os = $this->guessHostOS();
-			echo $this->os;
 		}
 		
 		if ($this->os != null) {



More information about the Mapbender_commits mailing list