Ignore:
Timestamp:
01/08/13 10:35:42 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Revisao das Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.contacts_ldap.inc.php

    r7673 r7712  
    328328                                { 
    329329                                        $i=0; 
    330                     $filterarray_count = count($filterarray); 
    331                                         for($i=0;$i<$filterarray_count;++$i) 
     330                                        for($i=0;$i<count($filterarray);++$i) 
    332331                                        { 
    333332                                                list($name,$value) = preg_split('/=/',$filterarray[$i]); 
Note: See TracChangeset for help on using the changeset viewer.