author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Mon, 18 Jan 2010 11:50:54 +0100 | |
branch | stable |
changeset 4247 | b1d79216d930 |
parent 4246 | c95b8c7e5fb2 |
child 4250 | 39adce674a09 |
common/uilib.py | file | annotate | diff | comparison | revisions |
--- a/common/uilib.py Mon Jan 18 11:50:34 2010 +0100 +++ b/common/uilib.py Mon Jan 18 11:50:54 2010 +0100 @@ -39,7 +39,6 @@ # don't translate empty value if you don't want strange results if props is not None and value and props.get('internationalizable'): return req._(value) - return value if attrtype == 'Date': return ustrftime(value, req.property_value('ui.date-format'))