Changeset 8171 for trunk


Ignore:
Timestamp:
06/07/13 18:02:41 (11 years ago)
Author:
angelo
Message:

Ticket #3458 - Problema na criacao de contas institucionais

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.ldap_functions.inc.php

    r7756 r8171  
    959959                                        $result[$j]['mail'][0] = $result[$j]['mail'][0]; 
    960960                                        $result[$j]['save_shared'][0] = 'n'; 
    961                                         $info[$info['count']] = $result[$j]; 
     961                                        $info[(int)$info['count']] = $result[$j]; 
    962962                                        $info['count'] = (int)$info['count'] + 1;                        
    963963                                } 
Note: See TracChangeset for help on using the changeset viewer.