Ignore:
Timestamp:
04/05/10 17:48:29 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Adicionado a funcionalidade de procurar contatos no ldap, com templates XSL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/inc/class.ContactsIm.inc.php

    r2411 r2421  
    4040        { 
    4141                 
    42                 // TESTE REMOVER  
    43                 $param['name'] = "alexandre*correia"; 
    44                  
    4542                $order          = array(); 
    4643                $ou_User        = substr($this->ou_User, (strpos($this->ou_User,"=")+1)); 
     
    5451                // Hosts Jabber 
    5552                $hostsJabber = unserialize($_SESSION['phpgw_info']['jabberit_messenger']['map_org_realm_jabberit']); 
    56  
     53                 
    5754                if( is_array($users) ) 
    5855                {        
     
    107104        $uidType                = "uid"; 
    108105                $serversLdap    = unserialize(trim($_SESSION['phpgw_info']['jabberit_messenger']['groups_search'])); 
    109                  
     106 
    110107        if( $serversLdap ) 
    111108        { 
Note: See TracChangeset for help on using the changeset viewer.