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

    r2 r7655  
    383383                        if($month > 2 && $this->is_leap_year($year)) 
    384384                        { 
    385                                 $julian++; 
     385                                ++$julian; 
    386386                        } 
    387387                        return($julian); 
Note: See TracChangeset for help on using the changeset viewer.