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

    r3442 r7655  
    4848                function translation($warnings = False) 
    4949                { 
    50                         for ($i = 1; $i <= 9; $i++) 
     50                        for ($i = 1; $i <= 9; ++$i) 
    5151                        { 
    5252                                $this->placeholders[] = '%'.$i; 
Note: See TracChangeset for help on using the changeset viewer.