diff options
author | alecpl <alec@alec.pl> | 2011-11-28 08:31:42 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-28 08:31:42 +0000 |
commit | 6e0fdedfce0c72eb642d89b9446fe304d9c66dcc (patch) | |
tree | bd05c62205039632687e9dc5d4fd83d18cee08ea /CHANGELOG | |
parent | ca0cd05973b468c056a682ab1fb9133856a56943 (diff) |
- Use strpos() instead of strstr() when possible (#1488211)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Use strpos() instead of strstr() when possible (#1488211) - Fix handling HTML entities when converting HTML to text (#1488212) - Fix fit_string_to_size() renders browser and ui unresponsive (#1488207) - Fix handling of invalid characters in request (#1488124) |