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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Jan 29 14:12:37 EST 2011


Author: astrid_emde
Date: 2011-01-29 11:12:37 -0800 (Sat, 29 Jan 2011)
New Revision: 7491

Modified:
   trunk/mapbender/http/php/mod_deleteWFS.php
Log:
added wfs_id to wfs list, to addes wfs easier

Modified: trunk/mapbender/http/php/mod_deleteWFS.php
===================================================================
--- trunk/mapbender/http/php/mod_deleteWFS.php	2011-01-28 20:00:32 UTC (rev 7490)
+++ trunk/mapbender/http/php/mod_deleteWFS.php	2011-01-29 19:12:37 UTC (rev 7491)
@@ -192,7 +192,7 @@
 	$str_wfs_gui=ltrim($str_wfs_gui, ",");
 
 	//output to table
-	echo "<option value='".$row1["wfs_id"]."###".$str_wfs_conf."###".$str_wfs_gui."'>".$row1["wfs_name"]." - ".$row1["wfs_title"]."</option>";
+	echo "<option value='".$row1["wfs_id"]."###".$str_wfs_conf."###".$str_wfs_gui."'>".$row1["wfs_id"]." ".$row1["wfs_name"]." - ".$row1["wfs_title"]."</option>";
 	$cnt_wfs++;
 }
 echo "</select><br><br>";



More information about the Mapbender_commits mailing list