Changeset 1625


Ignore:
Timestamp:
11/11/09 18:55:50 (14 years ago)
Author:
eduardoalex
Message:

Ticket #736 - Correcao referente ao ticket em questao

File:
1 edited

Legend:

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

    r1622 r1625  
    20702070        function messages_sort($sort_box_type,$sort_box_reverse, $search_box_type,$offsetBegin,$offsetEnd) 
    20712071        { 
    2072                 if ($sort_box_type != "SORTFROM"){ 
     2072                if ($sort_box_type != "SORTFROM" && $search_box_type!= "FLAGGED"){ 
    20732073                        $imapsort = imap_sort($this->mbox,constant($sort_box_type),$sort_box_reverse,SE_UID,$search_box_type); 
    20742074                        foreach($imapsort as $iuid) 
Note: See TracChangeset for help on using the changeset viewer.