Ignore:
Timestamp:
06/28/11 13:36:07 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #2031 - Contato Dinâmico não guarda o nome do contato

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/main.js

    r4596 r4634  
    16111611                        for(var j in ar_contacts){ 
    16121612                                // If the dynamic contact don't exist, update the autocomplete.... 
    1613                                 if((contacts+",").indexOf(";"+ar_contacts[j]+",") == -1) 
    1614                                         contacts += ",;" + ar_contacts[j]; 
     1613                                if((contacts+",").indexOf(ar_contacts[j]+",") == -1) 
     1614                                        contacts += "," + ar_contacts[j]; 
    16151615                        } 
    16161616                } 
Note: See TracChangeset for help on using the changeset viewer.