summaryrefslogtreecommitdiff
path: root/server/xml/macros/autorefraktion-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/autorefraktion-1.0.xml')
-rw-r--r--server/xml/macros/autorefraktion-1.0.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/server/xml/macros/autorefraktion-1.0.xml b/server/xml/macros/autorefraktion-1.0.xml
index f7e78af..54fd5bb 100644
--- a/server/xml/macros/autorefraktion-1.0.xml
+++ b/server/xml/macros/autorefraktion-1.0.xml
@@ -38,7 +38,7 @@
<map name="missing_eye_right_map">
value = 0
timestamp = 0
- source = 'pracro'
+ source = ''
if( missing_eye_right )
then
@@ -46,9 +46,11 @@
then
value = ''
timestamp = missing_eye_right.timestamp
+ source = missing_eye_right.source
else
value = 'mangler'
timestamp = missing_eye_right.timestamp
+ source = missing_eye_right.source
end
end
return value, timestamp, source
@@ -56,7 +58,7 @@
<map name="missing_eye_left_map">
value = 0
timestamp = 0
- source = 'pracro'
+ source = ''
if( missing_eye_left )
then
@@ -64,9 +66,11 @@
then
value = ''
timestamp = missing_eye_left.timestamp
+ source = missing_eye_left.source
else
value = 'mangler'
timestamp = missing_eye_left.timestamp
+ source = missing_eye_left.source
end
end
return value, timestamp, source