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/listAdmin/inc/class.db_functions.inc.php

    r3514 r7655  
    283283                        $user_app[] = $this->db->row(); 
    284284                 
    285                 for ($i=0; $i<count($user_app); $i++) 
     285                for ($i=0; $i<count($user_app); ++$i) 
    286286                        $return['groups'][] = $user_app[$i]['acl_location']; 
    287287                 
     
    505505                        $serverList[$i]['imapsieveserver']      = $this->db->f(2); 
    506506                        $serverList[$i]['imapsieveport']        = $this->db->f(3); 
    507                         $i++; 
     507                        ++$i; 
    508508                } 
    509509                 
     
    587587                        $users_ldap[$i]['cn']                   = $this->db->f(3); 
    588588                        $users_ldap[$i]['mail']                 = $this->db->f(5); 
    589                         $i++; 
     589                        ++$i; 
    590590                        }             
    591591                return $users_ldap; 
Note: See TracChangeset for help on using the changeset viewer.