Mercurial > dive4elements > river
changeset 4042:8d88e8118ba8
Fix typo in DC query.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 05 Oct 2012 11:51:32 +0200 |
parents | 75a90d9d2024 |
children | eb5564662e19 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/meta-data.xml |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Oct 05 10:11:08 2012 +0200 +++ b/flys-artifacts/ChangeLog Fri Oct 05 11:51:32 2012 +0200 @@ -1,3 +1,7 @@ +2012-10-05 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * doc/conf/meta-data.xml: Fix typo. + 2012-10-05 Felix Wolfsteller <felix.wolfsteller@intevation.de> Register new calculation mode "extreme".
--- a/flys-artifacts/doc/conf/meta-data.xml Fri Oct 05 10:11:08 2012 +0200 +++ b/flys-artifacts/doc/conf/meta-data.xml Fri Oct 05 11:51:32 2012 +0200 @@ -206,7 +206,7 @@ SELECT id AS prot_column_id, name AS prot_column_name, position AS prot_rel_pos, - desciption AS info + description AS info FROM wst_columns WHERE wst_id = ${prot_id} ORDER by position </dc:statement>