From 5099bca4c9ce61937e6af558402f681e46014df7 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 19 Nov 2009 11:10:04 +0000 Subject: changed pretty much everything from english to danish in field names --- server/xml/macros/header-1.0.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'server/xml/macros/header-1.0.xml') diff --git a/server/xml/macros/header-1.0.xml b/server/xml/macros/header-1.0.xml index 93af95f..5e9ee89 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.source) + if(cpr and cpr.cpr and cpr.cpr.value and cpr.cpr.timestamp and cpr.cpr.kilde) then value = string.sub(cpr.cpr.value,1,6) .. '-' .. string.sub(cpr.cpr.value,7,11) timestamp = cpr.cpr.timestamp - source = cpr.cpr.source + source = cpr.cpr.kilde end return value, timestamp, source @@ -50,14 +50,14 @@