Changeset 3002 for branches/2.0


Ignore:
Timestamp:
07/06/10 15:16:01 (14 years ago)
Author:
wmerlotto
Message:

Ticket #736 - Correção do filtro de mensagens importantes - patrocinio CEF.

File:
1 edited

Legend:

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

    r2978 r3002  
    21782178        function messages_sort($sort_box_type,$sort_box_reverse, $search_box_type,$offsetBegin,$offsetEnd) 
    21792179        { 
    2180                 if ($sort_box_type != "SORTFROM"){ 
     2180                if ( $sort_box_type != "SORTFROM" && $search_box_type != "FLAGGED" ){ 
    21812181                        $imapsort = imap_sort($this->mbox,constant($sort_box_type),$sort_box_reverse,SE_UID,$search_box_type); 
    21822182                        foreach($imapsort as $iuid) 
Note: See TracChangeset for help on using the changeset viewer.