Ignore:
Timestamp:
07/08/10 17:52:20 (14 years ago)
Author:
amuller
Message:

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

File:
1 edited

Legend:

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

    r804 r3018  
    8181        for (var i=0; i<match_contacts.length; i++) 
    8282        { 
     83                match_contacts[i] = unescape(match_contacts[i]);  
    8384                var aux = match_contacts[i].split(""); 
    8485                for(var j in aux){ 
Note: See TracChangeset for help on using the changeset viewer.