diff --git a/VERSION b/VERSION index ed838c4c..de26edf7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.7.4-stable+timestamp.2013.11.01.18.00.16 +Version 2.7.4-stable+timestamp.2013.11.01.18.06.35 diff --git a/gluon/tools.py b/gluon/tools.py index 8d9e41ae..7a1fbf7b 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -751,7 +751,8 @@ class Recaptcha(DIV): error=None, error_message='invalid', label='Verify:', - options='' + options='', + comment = '' ): self.request_vars = request and request.vars or current.request.vars self.remote_addr = request.env.remote_addr @@ -765,7 +766,7 @@ class Recaptcha(DIV): self.attributes = {} self.label = label self.options = options - self.comment = '' + self.comment = comment def _validate(self):