[Mapbender-commits] r4813 - branches/2.6/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 20 07:59:57 EDT 2009
Author: christoph
Date: 2009-10-20 07:59:57 -0400 (Tue, 20 Oct 2009)
New Revision: 4813
Modified:
branches/2.6/http/php/mod_deleteWMS.php
Log:
seven's edit from portalU
Modified: branches/2.6/http/php/mod_deleteWMS.php
===================================================================
--- branches/2.6/http/php/mod_deleteWMS.php 2009-10-20 11:59:36 UTC (rev 4812)
+++ branches/2.6/http/php/mod_deleteWMS.php 2009-10-20 11:59:57 UTC (rev 4813)
@@ -222,9 +222,10 @@
$v = array($wmsList);
$t = array('i');
$res = db_prep_query($sql,$v,$t);
+
+ // show WMS-ID for better identifiability
+ echo "<b>WMS-ID " . $wmsList . " is used in the following applications:</b><br><br>";
- echo "<b>Used in the following GUIs:</b><br><br>";
-
$cnt = 0;
while($row = db_fetch_array($res))
{
More information about the Mapbender_commits
mailing list