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

    r1523 r7655  
    397397                                                        $newMailAlternateAddress[$i]=$value; 
    398398                                                        #print "!! $i: $value<br>"; 
    399                                                         $i++; 
     399                                                        ++$i; 
    400400                                                } 
    401401                                        } 
     
    432432                                                { 
    433433                                                        $newMailRoutingAddress[$i]=$value; 
    434                                                         $i++; 
     434                                                        ++$i; 
    435435                                                } 
    436436                                        } 
Note: See TracChangeset for help on using the changeset viewer.