From 675222d2647a5db51d2c3902f5a349a5e7fdf110 Mon Sep 17 00:00:00 2001
From: deva <deva>
Date: Wed, 25 Feb 2009 09:53:41 +0000
Subject: Fix of date string formatting.

---
 server/xml/macros/B.2.1.3.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/xml/macros/B.2.1.3.xml b/server/xml/macros/B.2.1.3.xml
index cd2f356..dd61256 100644
--- a/server/xml/macros/B.2.1.3.xml
+++ b/server/xml/macros/B.2.1.3.xml
@@ -40,7 +40,7 @@ ${current_eye_disease}</resume>
 		     identifier = ''
 		     suffix = ''
 
-		     if(num == 0 and math.floor(math.abs(days)) = 0)
+		     if(num == 0 and math.floor(math.abs(days)) == 0)
 		     then
 		       num = 0
 		       identifier = 'dag'
-- 
cgit v1.2.3