[Mapbender-commits] r5023 - branches/2.6/http/html

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Nov 23 08:09:24 EST 2009


Author: christoph
Date: 2009-11-23 08:09:23 -0500 (Mon, 23 Nov 2009)
New Revision: 5023

Modified:
   branches/2.6/http/html/mod_treefolderPlain.php
Log:


Modified: branches/2.6/http/html/mod_treefolderPlain.php
===================================================================
--- branches/2.6/http/html/mod_treefolderPlain.php	2009-11-23 09:20:58 UTC (rev 5022)
+++ branches/2.6/http/html/mod_treefolderPlain.php	2009-11-23 13:09:23 UTC (rev 5023)
@@ -692,7 +692,7 @@
 						for(var iii=0; iii< mb_mapObj[i].wms[ii].objLayer.length; iii++){          
 							var temp =  mb_mapObj[i].wms[ii].objLayer[iii];     
 							if( mb_mapObj[i].wms[ii].objLayer[iii].layer_parent == ""){                    
-								updateParent(arrNodes[0][0]+"|"+ mb_mapObj[i].wms[ii].wms_id);                  
+								updateParent(arrNodes[0][0]+"|wms_"+ mb_mapObj[i].wms[ii].wms_id);                  
 							}
 						}
 					}



More information about the Mapbender_commits mailing list