diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-12 08:57:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-12 08:57:02 +0000 |
| commit | 7a749befb02e9bd0a20fb20e2434105307060b86 (patch) | |
| tree | 5a949f2c8d3dca165bc768692c0311c5f9830170 | |
| parent | ba7646e50203b7cc91ac57cc5dad96aded8dd745 (diff) | |
- Removed some spaces
git-svn-id: https://svn.roundcube.net/trunk@5205 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index ce8bb0f6d..8c904561d 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -2386,7 +2386,7 @@ class rcube_imap return true; } - // Remove NULL characters (#1486189) + // Remove NULL characters (#1486189) $body = str_replace("\x00", '', $body); // convert charset (if text or message part) |
