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.jscalendar.inc.php

    r6063 r7655  
    162162                                        { 
    163163                                                $partcial_match = 0; 
    164                                                 for($i = 1; $i <= 12; $i++) 
     164                                                for($i = 1; $i <= 12; ++$i) 
    165165                                                { 
    166166                                                        $long_name  = lang(adodb_date('F',mktime(12,0,0,$i,1,2000))); 
Note: See TracChangeset for help on using the changeset viewer.