Ignore:
Timestamp:
08/18/11 12:07:57 (13 years ago)
Author:
niltonneto
Message:

Ticket #2227 - Corrigido pref. de exibir informações extendidas para atributo mobile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/inc/class.ldap_functions.inc.php

    r4645 r4950  
    129129                                $justthese = array("cn", "mail", "telephoneNumber", "mobile", "phpgwAccountVisible", "uid", "employeeNumber", "ou"); 
    130130                                else 
    131                                     $justthese = array("cn", "mail", "telephoneNumber", "mobile", "phpgwAccountVisible", "uid"); 
     131                                    $justthese = array("cn", "mail", "telephoneNumber", "phpgwAccountVisible", "uid"); 
    132132                        } 
    133133                        else 
     
    137137                                $justthese = array("cn", "mail", "telephoneNumber", "mobile", "phpgwAccountVisible","jpegPhoto", "uid", "employeeNumber", "ou"); 
    138138                                else 
    139                                     $justthese = array("cn", "mail", "telephoneNumber", "mobile", "phpgwAccountVisible","jpegPhoto", "uid"); 
     139                                    $justthese = array("cn", "mail", "telephoneNumber", "phpgwAccountVisible","jpegPhoto", "uid"); 
    140140                        } 
    141141                        $sr=@ldap_search($this->ds, $this->ldap_context, $filter, $justthese, 0, $this->max_result + 1); 
     
    191191                                                $justthese = array("cn", "mail", "telephoneNumber", "mobile", "phpgwAccountVisible", "uid","employeeNumber", "ou"); 
    192192                                                else 
    193                                                     $justthese = array("cn", "mail", "telephoneNumber", "mobile", "phpgwAccountVisible", "uid"); 
     193                                                    $justthese = array("cn", "mail", "telephoneNumber", "phpgwAccountVisible", "uid"); 
    194194                                                $sr=@ldap_search($this->ds, $this->ldap_context, $filter, $justthese, 0, $this->max_result+1); 
    195195                                                if(!$sr) 
     
    834834                    $justthese = array("cn","uid","telephoneNumber","jpegPhoto","mobile","ou","employeeNumber"); 
    835835                else 
    836                     $justthese = array("cn","uid","telephoneNumber","jpegPhoto","mobile"); 
     836                    $justthese = array("cn","uid","telephoneNumber","jpegPhoto"); 
    837837 
    838838                // Follow the referral 
Note: See TracChangeset for help on using the changeset viewer.