Ignore:
Timestamp:
12/02/09 15:11:41 (14 years ago)
Author:
rodsouza
Message:

Ticket #491 - Mitigando situações que criam inundam o LOG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r1724 r1739  
    15321532                if($params && $params['folder']) 
    15331533                        $current_folder = $params['folder']; 
    1534                 return array_merge($result2, $this->get_quota(array(folder_id => $current_folder))); 
     1534                return array_merge($result2, $this->get_quota(array('folder_id' => $current_folder))); 
    15351535        } 
    15361536 
Note: See TracChangeset for help on using the changeset viewer.