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/egen_brille-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/egen_brille-1.0.xml')
-rw-r--r-- | server/xml/macros/egen_brille-1.0.xml | 16 |
1 files changed, 8 insertions, 8 deletions
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 </map> @@ -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 </map> @@ -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 </map> @@ -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 </map> |