[Mapbender-commits] r1203 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Mar 7 05:11:25 EST 2007


Author: christoph
Date: 2007-03-07 05:11:25 -0500 (Wed, 07 Mar 2007)
New Revision: 1203

Modified:
   trunk/mapbender/http/php/mod_updateWMS.php
Log:
removed obsolete line optimize wms

Modified: trunk/mapbender/http/php/mod_updateWMS.php
===================================================================
--- trunk/mapbender/http/php/mod_updateWMS.php	2007-03-07 10:10:39 UTC (rev 1202)
+++ trunk/mapbender/http/php/mod_updateWMS.php	2007-03-07 10:11:25 UTC (rev 1203)
@@ -107,7 +107,6 @@
 
 	$mywms = new wms();
 	$mywms->createObjFromXML($myURL);    
-	$mywms->optimizeWMS();
 	echo "<br />";  
 	$mywms->updateObjInDB($myWMS);
 	$mywms->displayWMS();



More information about the Mapbender_commits mailing list