Mercurial > dive4elements > river
changeset 5560:ccda0a49a97f
Order Fixations by their description
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 04 Apr 2013 16:07:02 +0200 |
parents | bf016afe92f5 |
children | f8a4ee86d276 |
files | flys-artifacts/doc/conf/meta-data.xml |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/meta-data.xml Thu Apr 04 15:29:18 2013 +0200 +++ b/flys-artifacts/doc/conf/meta-data.xml Thu Apr 04 16:07:02 2013 +0200 @@ -214,6 +214,7 @@ SELECT id AS prot_id, description AS prot_description FROM wsts WHERE kind = 2 AND river_id = ${river_id} + ORDER BY prot_description </dc:statement> <dc:for-each> <fixation name="{$prot_description}"> @@ -241,6 +242,7 @@ SELECT id AS prot_id, description AS prot_description FROM wsts WHERE kind = 2 AND river_id = ${river_id} + ORDER BY prot_description </dc:statement> <dc:for-each> <fixation name="{$prot_description}"> @@ -268,6 +270,7 @@ SELECT id AS prot_id, description AS prot_description FROM wsts WHERE kind = 2 AND river_id = ${river_id} + ORDER BY prot_description </dc:statement> <dc:for-each> <fixation name="{$prot_description}"> @@ -295,6 +298,7 @@ SELECT id AS prot_id, description AS prot_description FROM wsts WHERE kind = 2 AND river_id = ${river_id} + ORDER BY prot_description </dc:statement> <dc:for-each> <relativepoint name="{$prot_description}">