diff options
Diffstat (limited to 'server')
| -rw-r--r-- | server/xml/macros/manifest_refraktion-1.0.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/server/xml/macros/manifest_refraktion-1.0.xml b/server/xml/macros/manifest_refraktion-1.0.xml index 37cf4b0..f057435 100644 --- a/server/xml/macros/manifest_refraktion-1.0.xml +++ b/server/xml/macros/manifest_refraktion-1.0.xml @@ -130,7 +130,7 @@        timestamp = 0        source = 0 -      if(phoroptor and phoroptor.osin and phoroptor.odxt.sph and phoroptor.odxt.sph.value and phoroptor.odxt.sph.timestamp) +      if(phoroptor and phoroptor.odxt and phoroptor.odxt.sph and phoroptor.odxt.sph.value and phoroptor.odxt.sph.timestamp)        then          value = phoroptor.odxt.sph.value          -- convert . to , @@ -146,7 +146,7 @@        timestamp = 0        source = 0 -      if(phoroptor and phoroptor.osin and phoroptor.odxt.cyl and phoroptor.odxt.cyl.value and phoroptor.odxt.cyl.timestamp) +      if(phoroptor and phoroptor.odxt and phoroptor.odxt.cyl and phoroptor.odxt.cyl.value and phoroptor.odxt.cyl.timestamp)        then          value = phoroptor.odxt.cyl.value          -- convert . to , @@ -162,7 +162,7 @@        timestamp = 0        source = 0 -      if(phoroptor and phoroptor.osin and phoroptor.odxt.axis and phoroptor.odxt.axis.value and phoroptor.odxt.axis.timestamp) +      if(phoroptor and phoroptor.odxt and phoroptor.odxt.axis and phoroptor.odxt.axis.value and phoroptor.odxt.axis.timestamp)        then          value = phoroptor.odxt.axis.value          -- convert . to , | 
