Changeset 5202 for trunk/expressoMail1_2


Ignore:
Timestamp:
11/23/11 15:14:23 (12 years ago)
Author:
gustavo
Message:

Ticket #2337 - Erro na busca do F9 quando o mesmo nao possue telefone

File:
1 edited

Legend:

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

    r5199 r5202  
    268268        function quicksearchcontact($params) 
    269269        { 
    270             if($params['Type'] != "undefined"){ 
     270            if($params['Type'] != "undefined" && $params['Type'] != null){ 
    271271                return $this->quickSearch($params); 
    272272            } 
     273             
    273274            $modal = false; 
    274275            if($params['catalog']) 
Note: See TracChangeset for help on using the changeset viewer.