Changeset 5198 for trunk


Ignore:
Timestamp:
11/23/11 14:25:37 (12 years ago)
Author:
clairson
Message:

Ticket #2330 - Pesquisa de contatos do ExpressoMail? falha ao ativar preferencia

File:
1 edited

Legend:

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

    r5196 r5198  
    535535function performQuickSearch(keyword){ 
    536536        if (preferences.quick_search_default=='1') 
    537                 emQuickSearch(keyword, 'null', 'null'); 
     537                emQuickSearch(keyword, 'null', 'null', 'expressoMail'); 
    538538        else 
    539539                search_emails(keyword); 
Note: See TracChangeset for help on using the changeset viewer.