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/inc/class.imapfp.inc.php

    r5773 r7655  
    150150                        while(1) 
    151151                        { 
    152                                 $i++; 
     152                                ++$i; 
    153153                                $response.="\r\n".$this->get_line(); 
    154154                                if(substr($response,strpos($response,$this->tag),strlen($this->tag))==$this->tag) 
Note: See TracChangeset for help on using the changeset viewer.