Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/spell_checker/cpaint/cpaint2.inc.php

    r3400 r7655  
    846846 
    847847      // now encode non-printable characters 
    848       for ($i = 0; $i < 32; $i++) { 
     848      for ($i = 0; $i < 32; ++$i) { 
    849849        $return_value = str_replace(chr($i), '\u00' . sprintf('%02x', $i), $return_value); 
    850850      } // end: for 
Note: See TracChangeset for help on using the changeset viewer.