Changeset 5205 in subversion


Ignore:
Timestamp:
Sep 12, 2011 4:57:02 AM (20 months ago)
Author:
alec
Message:
  • Removed some spaces
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap.php

    r5204 r5205  
    23872387        } 
    23882388 
    2389         // Remove NULL characters (#1486189)                                                                                       
     2389        // Remove NULL characters (#1486189) 
    23902390        $body = str_replace("\x00", '', $body); 
    23912391 
Note: See TracChangeset for help on using the changeset viewer.