Changeset 4524 for branches/2.2


Ignore:
Timestamp:
05/26/11 09:33:14 (13 years ago)
Author:
diegomoreno
Message:

Ticket #1938 - mobile - Ajuste para exibir a resposta da pesquisa no mobile.

File:
1 edited

Legend:

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

    r4437 r4524  
    33673367                $return["has_more_msg"] = (sizeof($return["msgs"]) > $max_msgs); 
    33683368                $return["msgs"] = array_slice($return["msgs"], 0, $max_msgs); 
     3369                $return["msgs"]['num_msgs'] = $num_msgs; 
    33693370                 
    33703371                return $return; 
Note: See TracChangeset for help on using the changeset viewer.