Ignore:
Timestamp:
05/31/11 17:27:18 (13 years ago)
Author:
airton
Message:

Ticket #1820 - mobile - Ajuste para exibir a resposta da pesquisa - r4535

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/inc/class.imap_functions.inc.php

    r4518 r4560  
    35263526                $return["has_more_msg"] = (sizeof($return["msgs"]) > $max_msgs); 
    35273527                $return["msgs"] = array_slice($return["msgs"], 0, $max_msgs); 
     3528                $return["msgs"]['num_msgs'] = $num_msgs; 
    35283529                 
    35293530                return $return; 
Note: See TracChangeset for help on using the changeset viewer.