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

    r2 r7655  
    5454                        echo '<table border="0" cellpadding="0" cellspacing="0" width="'.$this->getvar('innerwidth') 
    5555                                . '" bgcolor="' . $this->getvar('innerbgcolor') . '">'; 
    56                         for ($x = 0; $x < count($this->data); $x++) 
     56                        for ($x = 0; $x < count($this->data); ++$x) 
    5757                        { 
    5858                                echo '<tr>'; 
Note: See TracChangeset for help on using the changeset viewer.