Ignore:
Timestamp:
05/12/11 10:52:50 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Corrige listagem de pastas do usuario mobile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/mobile/inc/class.ui_home.inc.php

    r4277 r4358  
    7979                 
    8080                $personal_folders = $this->imap_functions->get_folders_list(array('noSharedFolders' => true, 'folderType' => 'personal', 'noQuotaInfo' => true)); 
    81                 //$this->set_folder_block($personal_folders, "personal_folders_box", sizeof($default_folders)); 
     81                $this->set_folder_block($personal_folders, "personal_folders_box", sizeof($default_folders)); 
    8282                 
    8383                $this->template->set_var('quota_percent', $total_quota["quota_percent"]); 
Note: See TracChangeset for help on using the changeset viewer.