From 1f08ebe64ad1fd1a9c2e7201aedccd286c49b778 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 23 Nov 2009 13:44:57 +0000 Subject: Fixed error where missing_eye_osin and odxt had kilde instead of source as surname --- server/xml/macros/egen_brille-1.0.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'server/xml/macros/egen_brille-1.0.xml') diff --git a/server/xml/macros/egen_brille-1.0.xml b/server/xml/macros/egen_brille-1.0.xml index f705d0d..964aaeb 100644 --- a/server/xml/macros/egen_brille-1.0.xml +++ b/server/xml/macros/egen_brille-1.0.xml @@ -51,11 +51,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 @@ -71,11 +71,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 @@ -92,7 +92,7 @@ -- convert . to , value = string.gsub(value, '[.]', ',') timestamp = brillemaaler.sf.timestamp.osin - source = brillemaaler.sf.kilde.osin + source = brillemaaler.sf.osin.source end return value, timestamp, source @@ -108,7 +108,7 @@ -- convert . to , value = string.gsub(value, '[.]', ',') timestamp = brillemaaler.cyl.timestamp.osin - source = brillemaaler.cyl.kilde.osin + source = brillemaaler.cyl.osin.source end return value, timestamp, source @@ -124,7 +124,7 @@ -- convert . to , value = string.gsub(value, '[.]', ',') timestamp = brillemaaler.sf.timestamp.odxt - source = brillemaaler.sf.kilde.odxt + source = brillemaaler.sf.odxt.source end return value, timestamp, source @@ -140,7 +140,7 @@ -- convert . to , value = string.gsub(value, '[.]', ',') timestamp = brillemaaler.cyl.timestamp.odxt - source = brillemaaler.cyl.kilde.odxt + source = brillemaaler.cyl.odxt.source end return value, timestamp, source -- cgit v1.2.3