From 36492da266df3f7e66ad5a330c76af285d765fa7 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 16 Nov 2009 10:50:00 +0000 Subject: =?UTF-8?q?auto-replaced=20all=20instances=20of=20H=F8jre=20=F8je?= =?UTF-8?q?=20and=20Venstre=20=F8je=20with=20o.dxt=20and=20o.sin.=20This?= =?UTF-8?q?=20was=20done=20using=20sed.=20These=20changes=20are=20not=20ve?= =?UTF-8?q?rified=20100%,=20but=20i=20assume=20it=20went=20well.=20A=20qui?= =?UTF-8?q?ck=20check=20showed=20no=20errors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/xml/macros/example.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'server/xml/macros/example.xml') diff --git a/server/xml/macros/example.xml b/server/xml/macros/example.xml index acb7133..2e60ae7 100644 --- a/server/xml/macros/example.xml +++ b/server/xml/macros/example.xml @@ -16,13 +16,13 @@ -- Check for the existence of each level. if( lensmeter and - lensmeter.right and - lensmeter.right.cyl and - lensmeter.right.cyl.value and - lensmeter.right.cyl.timestamp ) + lensmeter.odxt and + lensmeter.odxt.cyl and + lensmeter.odxt.cyl.value and + lensmeter.odxt.cyl.timestamp ) then - timestamp = lensmeter.right.cyl.value - value = lensmeter.right.cyl.value + timestamp = lensmeter.odxt.cyl.value + value = lensmeter.odxt.cyl.value end return value, timestamp, source -- cgit v1.2.3