Changeset 983


Ignore:
Timestamp:
06/12/09 11:22:04 (15 years ago)
Author:
amuller
Message:

Ticket #545 - Breca o for quando ja fechou 1 pagina a ser mostrada

File:
1 edited

Legend:

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

    r975 r983  
    16641664                        $slice_array = true; 
    16651665 
    1666                         for ($i=1; $i<=$num_msgs; $i++) 
    1667                         { 
     1666                        for ($i=$num_msgs; $i>0; $i--) 
     1667                        { 
     1668                                if ($sort_box_type == "SORTARRIVAL" && $sort_box_reverse && count($sort) >= $offsetEnd) 
     1669                                        break; 
    16681670                                $iuid = @imap_uid($this->mbox,$i); 
    16691671                                $header = $this->get_header($iuid); 
Note: See TracChangeset for help on using the changeset viewer.