From f652ad6d52c9f493125e8818bf198e7e84c63987 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 17 Nov 2009 11:18:45 +0000 Subject: found an error in the search and replace of .osin. and .odxt. Rectified it. --- server/xml/macros/keratometri-1.0.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/server/xml/macros/keratometri-1.0.xml b/server/xml/macros/keratometri-1.0.xml index be01e01..1465c5b 100644 --- a/server/xml/macros/keratometri-1.0.xml +++ b/server/xml/macros/keratometri-1.0.xml @@ -17,9 +17,9 @@ if ( getValue('keratometri.mangler.odxt') == '' ) then - rr1 = tonmb(getValue('keratometri.r.odxt1')) - rr2 = tonmb(getValue('keratometri.r.odxt2')) - rx1 = tonmb(getValue('keratometri.x.odxt1')) + rr1 = tonmb(getValue('keratometri.r1.odxt')) + rr2 = tonmb(getValue('keratometri.r2.odxt')) + rx1 = tonmb(getValue('keratometri.x1.odxt')) if ( rx1 >= 0 and rx1 < 90 ) then rx2 = rx1 + 90 @@ -56,9 +56,9 @@ if ( getValue('keratometri.mangler.osin') == '' ) then - lr1 = tonmb(getValue('keratometri.r.osin1')) - lr2 = tonmb(getValue('keratometri.r.osin2')) - lx1 = tonmb(getValue('keratometri.x.osin1')) + lr1 = tonmb(getValue('keratometri.r1.osin')) + lr2 = tonmb(getValue('keratometri.r2.osin')) + lx1 = tonmb(getValue('keratometri.x1.osin')) if ( lx1 >= 0 and lx1 < 90 ) then lx2 = lx1 + 90 @@ -200,15 +200,15 @@