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

    r2 r7655  
    5353                                        if($dow == 0) 
    5454                                        { 
    55                                                 $i++; 
     55                                                ++$i; 
    5656                                                $holidays[$i]['locale'] = $holiday['locale']; 
    5757                                                $holidays[$i]['name'] = $holiday['name'].' (Observed)'; 
     
    6565                                        elseif($dow == 6) 
    6666                                        { 
    67                                                 $i++; 
     67                                                ++$i; 
    6868                                                $holidays[$i]['locale'] = $holiday['locale']; 
    6969                                                $holidays[$i]['name'] = $holiday['name'].' (Observed)'; 
Note: See TracChangeset for help on using the changeset viewer.