Ignore:
Timestamp:
10/04/12 10:39:26 (12 years ago)
Author:
fernando
Message:

Ticket #3088 - Adequando busca avançada utilizando o MA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.0-expresso1/expressoMail1_2/js/abas.js

    r7296 r7346  
    257257                                cc = document.getElementById("em_message_search").value; 
    258258                        else{ 
    259                                 cc = document.getElementsByName(currentTab)[0].value; 
     259                                if (currentTab == 0) 
     260                                        cc = ""; 
     261                                else 
     262                                        cc = document.getElementsByName(currentTab)[0].value; 
    260263                        } 
    261264                }else{ 
Note: See TracChangeset for help on using the changeset viewer.