Changeset 509


Ignore:
Timestamp:
10/07/08 14:58:22 (16 years ago)
Author:
niltonneto
Message:

Corrigido problema (Bug).

File:
1 edited

Legend:

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

    r493 r509  
    10061006                        } 
    10071007                } 
    1008                 return $result; 
     1008                if (is_array($result)) 
     1009                        return $result; 
     1010                else 
     1011                        return false; 
    10091012        } 
    10101013                 
     
    15091512                        $result['msg'] = $this->functions->lang('Error on function') . " ldap_functions->delete_user, email lists ($dn)" . ".\n" . $this->functions->lang('Server returns') . ': ' . ldap_error($ldapMasterConnect); 
    15101513                } 
    1511                  
     1514                /* jakjr */ 
    15121515                return $return; 
    15131516        } 
Note: See TracChangeset for help on using the changeset viewer.