[Mapbender-commits] r2682 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jul 21 10:40:07 EDT 2008
Author: verenadiewald
Date: 2008-07-21 10:40:03 -0400 (Mon, 21 Jul 2008)
New Revision: 2682
Modified:
trunk/mapbender/http/php/mod_wfs_edit.php
Log:
correct sorting of wfs_conf list ORDER BY wfs_conf_id
Modified: trunk/mapbender/http/php/mod_wfs_edit.php
===================================================================
--- trunk/mapbender/http/php/mod_wfs_edit.php 2008-07-21 14:38:47 UTC (rev 2681)
+++ trunk/mapbender/http/php/mod_wfs_edit.php 2008-07-21 14:40:03 UTC (rev 2682)
@@ -193,7 +193,7 @@
/* select wfs */
-$sql = "SELECT * FROM wfs_conf";
+$sql = "SELECT * FROM wfs_conf ORDER BY wfs_conf_id";
$res = db_query($sql);
echo "<select size='10' name='gaz' onchange='submit()'>";
$cnt = 0;
More information about the Mapbender_commits
mailing list