Changeset 365


Ignore:
Timestamp:
07/21/08 15:32:45 (16 years ago)
Author:
niltonneto
Message:

Ocorrência #261 (defeito)

File:
1 edited

Legend:

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

    r341 r365  
    644644 function lang_folder(fn) { 
    645645        if (fn == "Inbox") return get_lang("Inbox"); 
    646         if (special_folders[fn]) 
     646        if (special_folders[fn] && typeof(special_folders[fn]) == 'string') { 
    647647                return get_lang(special_folders[fn]); 
     648        } 
    648649        return fn; 
    649650 } 
Note: See TracChangeset for help on using the changeset viewer.