diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-01 13:56:35 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-01 13:56:35 +0200 |
commit | 4741d17c7777ed64b0d90b9265125a5dc0d69432 (patch) | |
tree | dafca62e7f2b6ab25c7bd363371bfaf3deb1ac6c /CHANGELOG | |
parent | c2e1ab4765ea69112791df3607faadf1bbf8b9c9 (diff) |
Use create_function() instead of eval()
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Make PHP code eval() free, use create_function() - Add option to display email address together with a name in mail preview (#1488732) - Fix Reply-To header handling in Reply-All action (#1489037) - Fix so Sender: address is added to Cc: field on reply to all (#1489011) |