summaryrefslogtreecommitdiff
path: root/server/xml/macros/spaltelampe-1.0.xml
diff options
context:
space:
mode:
authorsenator <senator>2009-11-23 13:44:57 +0000
committersenator <senator>2009-11-23 13:44:57 +0000
commit1f08ebe64ad1fd1a9c2e7201aedccd286c49b778 (patch)
tree3146511a4087afb530333725b1abbdff1ea7d2d6 /server/xml/macros/spaltelampe-1.0.xml
parentc5f923076e45b1ddb44f6ff09ec064908ce73252 (diff)
Fixed error where missing_eye_osin and odxt had kilde instead of source as surname
Diffstat (limited to 'server/xml/macros/spaltelampe-1.0.xml')
-rw-r--r--server/xml/macros/spaltelampe-1.0.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/server/xml/macros/spaltelampe-1.0.xml b/server/xml/macros/spaltelampe-1.0.xml
index 6b2128b..d5edb31 100644
--- a/server/xml/macros/spaltelampe-1.0.xml
+++ b/server/xml/macros/spaltelampe-1.0.xml
@@ -55,11 +55,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
@@ -75,11 +75,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