Ignore:
Timestamp:
11/11/09 18:11:18 (14 years ago)
Author:
eduardoalex
Message:

Ticket #734 - A correcao anterior gerou um outro problema corrigido nessa revisao

File:
1 edited

Legend:

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

    r1621 r1624  
    5050                        return; 
    5151                } 
     52                 
     53                this.open_conn(); 
     54 
     55                var rs = this.dbGears.execute("select id_folder,folder_name from folders_sync where uid_usuario=?",[account_id]); 
     56                if(!rs.isValidRow()) 
     57                        return; 
    5258 
    5359                this.working=true; 
     
    5561                this.attachs = null; 
    5662                this.url_attachs = null; 
    57                  
    58                 this.open_conn(); 
    59  
    60                 var rs = this.dbGears.execute("select id_folder,folder_name from folders_sync where uid_usuario=?",[account_id]); 
    61                 if(!rs.isValidRow()) 
    62                         return; 
     63 
    6364                document.getElementById('main_title').innerHTML = get_lang("Creating folders structure"); 
    6465                while(rs.isValidRow()) { 
Note: See TracChangeset for help on using the changeset viewer.