Ignore:
Timestamp:
01/11/13 08:48:41 (11 years ago)
Author:
marcieli
Message:

Ticket #3236 - Correcoes de seguranca com base no segundo relatorio emitido.

File:
1 edited

Legend:

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

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