Ignore:
Timestamp:
10/13/10 16:09:40 (14 years ago)
Author:
eduardoalex
Message:

Ticket #1229 - Correcao do erro narrado no ticket em questão

File:
1 edited

Legend:

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

    r3222 r3345  
    412412                        else 
    413413                                var folder_name = folders[i].value.substr(pos+1); 
     414 
     415                        folders[i].value = folders[i].value.replace(/#/g,' '); //Whitespaces has the # symbol in combo. 
     416                        folder_name = folder_name.replace(/#/g,' '); //Whitespaces has the # symbol in combo. 
     417                         
    414418                        this.dbGears.execute("insert into folders_sync (id_folder,folder_name,uid_usuario) values (?,?,?)",[folders[i].value,folder_name,account_id]); 
    415419                } 
Note: See TracChangeset for help on using the changeset viewer.