[Mapbender-commits] r2681 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 21 10:38:48 EDT 2008


Author: verenadiewald
Date: 2008-07-21 10:38:47 -0400 (Mon, 21 Jul 2008)
New Revision: 2681

Modified:
   branches/2.5/http/php/mod_wfs_edit.php
Log:
correct sorting of wfs_conf list ORDER BY wfs_conf_id

Modified: branches/2.5/http/php/mod_wfs_edit.php
===================================================================
--- branches/2.5/http/php/mod_wfs_edit.php	2008-07-21 14:04:20 UTC (rev 2680)
+++ branches/2.5/http/php/mod_wfs_edit.php	2008-07-21 14:38:47 UTC (rev 2681)
@@ -154,7 +154,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