diff options
author | senator <senator> | 2009-11-19 11:10:04 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-19 11:10:04 +0000 |
commit | 5099bca4c9ce61937e6af558402f681e46014df7 (patch) | |
tree | 41cde86c9250bfefa7288afe24f312eb78dfcc34 /server/xml/macros/visus-1.0.xml | |
parent | 879842169b40803c6d74281e9cd60f6e59d49d78 (diff) |
changed pretty much everything from english to danish in field names
Diffstat (limited to 'server/xml/macros/visus-1.0.xml')
-rw-r--r-- | server/xml/macros/visus-1.0.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/xml/macros/visus-1.0.xml b/server/xml/macros/visus-1.0.xml index 9319005..71d6b13 100644 --- a/server/xml/macros/visus-1.0.xml +++ b/server/xml/macros/visus-1.0.xml @@ -70,11 +70,11 @@ then value = '' timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.source + source = missing_eye_odxt.kilde else value = 'mangler' timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.source + source = missing_eye_odxt.kilde end end return value, timestamp, source @@ -90,11 +90,11 @@ then value = '' timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.source + source = missing_eye_osin.kilde else value = 'mangler' timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.source + source = missing_eye_osin.kilde end end return value, timestamp, source |