Changeset 6516 for branches/2.3


Ignore:
Timestamp:
06/15/12 10:59:20 (12 years ago)
Author:
brunocosta
Message:

Ticket #2853 - Exibição de cotas de sub pastas IMAP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/inc/class.imap_functions.inc.php

    r6508 r6516  
    32543254                // folder_id = INBOX for inbox folders 
    32553255                else 
     3256                {     
    32563257                        $folder_id = "INBOX"; 
     3258                        $folderQuotas = $this->get_folders_with_quota(); 
     3259                } 
    32573260                 
    3258                 $folderQuotas = $this->get_folders_with_quota(); 
    32593261                 
    32603262                if(!$this->mbox || !is_resource($this->mbox)) 
Note: See TracChangeset for help on using the changeset viewer.