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/prototype/plugins/when/When.php

    r5341 r7655  
    551551                                while($run) 
    552552                                { 
    553                                         $_day++; 
     553                                        ++$_day; 
    554554                                        if($_day <= $days_in_month) 
    555555                                        { 
     
    561561                                                $tmp_date = new DateTime($year . '-' . $month . '-' . $overflow_count . ' ' . $timestamp); 
    562562                                                $tmp_date->modify('+1 month'); 
    563                                                 $overflow_count++; 
     563                                                ++$overflow_count; 
    564564                                        } 
    565565                                         
Note: See TracChangeset for help on using the changeset viewer.