diff options
author | deva <deva> | 2009-02-25 09:53:41 +0000 |
---|---|---|
committer | deva <deva> | 2009-02-25 09:53:41 +0000 |
commit | 675222d2647a5db51d2c3902f5a349a5e7fdf110 (patch) | |
tree | 3ee33626db443a6f582c7d0b1801794bb43082b2 | |
parent | 3d5f3c8715fb2b01595a5891a7cf9102beaad3bc (diff) |
Fix of date string formatting.
-rw-r--r-- | server/xml/macros/B.2.1.3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |