Changeset 4713


Ignore:
Timestamp:
07/14/11 09:10:45 (13 years ago)
Author:
fernando-alberto
Message:

Ticket #1269 - Desenvolvimento da nova solucao de arquivamento local MailArchiver?, tree pref sem arquivamento

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/expressoMail1_2/MailArchiver/2.2/phpgwapi/js/dftree/dftree.js

    r4668 r4713  
    8484dNode.prototype.open = function () { 
    8585        //window.alert('em dNode.prototype.open\n\nname = ' + this.id + '\nopened = ' + this._opened + '\nis opened = ' + this._io + '\ncaptionClass = ' + this.captionClass + '\nmyTree = ' + this._myTree.name); 
    86         if((expresso_mail_archive) && (expresso_mail_archive.enabled) )expresso_mail_archive.drawdata.treeName = this._myTree.name; 
     86         
     87        if(typeof(expresso_mail_archive) != 'undefined') 
     88            if (expresso_mail_archive.enabled)  
     89                expresso_mail_archive.drawdata.treeName = this._myTree.name; 
     90         
    8791        if (!this._io) 
    8892        { 
Note: See TracChangeset for help on using the changeset viewer.