Changeset 990


Ignore:
Timestamp:
06/15/09 17:57:02 (15 years ago)
Author:
amuller
Message:

Ticket #545 - Refazendo código da revisão número [658]

File:
1 edited

Legend:

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

    r983 r990  
    16501650        function messages_sort($sort_box_type,$sort_box_reverse, $search_box_type,$offsetBegin,$offsetEnd) 
    16511651        { 
    1652                 if ($search_box_type == "" || $search_box_type == "ALL"){ 
     1652                if ($sort_box_type != "SORTFROM"){ 
    16531653                        $imapsort = imap_sort($this->mbox,constant($sort_box_type),$sort_box_reverse,SE_UID,$search_box_type); 
    16541654                        foreach($imapsort as $iuid) 
Note: See TracChangeset for help on using the changeset viewer.