diff options
author | senator <senator> | 2009-11-23 13:44:57 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-23 13:44:57 +0000 |
commit | 1f08ebe64ad1fd1a9c2e7201aedccd286c49b778 (patch) | |
tree | 3146511a4087afb530333725b1abbdff1ea7d2d6 /server/xml/macros/oejentryk-1.0.xml | |
parent | c5f923076e45b1ddb44f6ff09ec064908ce73252 (diff) |
Fixed error where missing_eye_osin and odxt had kilde instead of source as surname
Diffstat (limited to 'server/xml/macros/oejentryk-1.0.xml')
-rw-r--r-- | server/xml/macros/oejentryk-1.0.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/xml/macros/oejentryk-1.0.xml b/server/xml/macros/oejentryk-1.0.xml index 800da90..fcca504 100644 --- a/server/xml/macros/oejentryk-1.0.xml +++ b/server/xml/macros/oejentryk-1.0.xml @@ -53,11 +53,11 @@ then value = '' timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.kilde + source = missing_eye_odxt.source else value = 'mangler' timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.kilde + source = missing_eye_odxt.source end end return value, timestamp, source @@ -73,11 +73,11 @@ then value = '' timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.kilde + source = missing_eye_osin.source else value = 'mangler' timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.kilde + source = missing_eye_osin.source end end return value, timestamp, source |