Ignore:
Timestamp:
11/28/11 14:47:30 (12 years ago)
Author:
gustavo
Message:

Ticket #2347 - Erro na busca do F9 (Ao utlizar a busca do F9 no catalogo pessoal, não retorna dados. )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/common_functions.js

    r5198 r5209  
    611611            return false; 
    612612        } 
    613         if(Type === 'undefined') 
     613        if(Type == undefined) 
    614614            cExecute ("$this.ldap_functions.quicksearchcontact&search_for="+search_for+"&field="+field+"&ID="+ID, handler_emQuickSearch); 
    615615        else 
Note: See TracChangeset for help on using the changeset viewer.