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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 9 03:42:26 EDT 2007


Author: verenadiewald
Date: 2007-10-09 03:42:26 -0400 (Tue, 09 Oct 2007)
New Revision: 1719

Modified:
   trunk/mapbender/http/classes/class_wms.php
Log:
removed mb_exception for testing

Modified: trunk/mapbender/http/classes/class_wms.php
===================================================================
--- trunk/mapbender/http/classes/class_wms.php	2007-10-08 12:53:39 UTC (rev 1718)
+++ trunk/mapbender/http/classes/class_wms.php	2007-10-09 07:42:26 UTC (rev 1719)
@@ -1595,7 +1595,7 @@
 				else{
 					if($row2["legendurl"]!=''){
 						$this->objLayer[$layer_cnt]->layer_style[$count_layer_style]["legendurl"]=$row2["legendurl"];
-						$e = new mb_exception("legendurl = ".$this->objLayer[$layer_cnt]->layer_style[$count_layer_style]["legendurl"]);
+						#$e = new mb_exception("legendurl = ".$this->objLayer[$layer_cnt]->layer_style[$count_layer_style]["legendurl"]);
 					}
 				}
 				$this->objLayer[$layer_cnt]->layer_style[$count_layer_style]["legendurlformat"]=$row2["legendurlformat"];



More information about the Mapbender_commits mailing list