Changeset 5865


Ignore:
Timestamp:
04/03/12 10:03:51 (12 years ago)
Author:
brunocosta
Message:

Ticket #2546 - corrige erro de sintaxe no método catalog search.

File:
1 edited

Legend:

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

    r5246 r5865  
    574574                 
    575575                if($params['organization_sub'] =="") 
    576                     $params['organization_sub'] =="all"; 
     576                    $params['organization_sub'] = "all"; 
    577577                 
    578578                $params['organization'] == 'all' ? $user_context = $fistOu :$user_context = $this->branch."=".$params['organization'].",".$fistOu; 
Note: See TracChangeset for help on using the changeset viewer.