25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Fix missing closing right parenthesis in define

This commit is contained in:
Badlop 2010-06-28 12:23:18 +02:00
parent c3ef12debb
commit a07eb3e023

View File

@ -61,7 +61,7 @@
name = 'value',
children = [Value]
}
]}.
]}).
-define(CAPTCHA_TEXT(Lang), translate:translate(Lang, "Enter the text you see")).
-define(CAPTCHA_LIFETIME, 120000). % two minutes