summaryrefslogtreecommitdiff
path: root/server/xml/macros/header-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/header-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/header-1.0.xml')
-rw-r--r--server/xml/macros/header-1.0.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/macros/header-1.0.xml b/server/xml/macros/header-1.0.xml
index 80e0f7e..191f05e 100644
--- a/server/xml/macros/header-1.0.xml
+++ b/server/xml/macros/header-1.0.xml
@@ -18,11 +18,11 @@
timestamp = 0
source = 'pentominos'
- if(cpr and cpr.cpr and cpr.cpr.value and cpr.cpr.timestamp and cpr.cpr.kilde)
+ if(cpr and cpr.cpr and cpr.cpr.value and cpr.cpr.timestamp and cpr.cpr.source)
then
value = string.sub(cpr.cpr.value,1,6) .. '-' .. string.sub(cpr.cpr.value,7,11)
timestamp = cpr.cpr.timestamp
- source = cpr.cpr.kilde
+ source = cpr.cpr.source
end
return value, timestamp, source