Ignore:
Timestamp:
05/08/12 12:34:46 (12 years ago)
Author:
gustavo
Message:

Ticket #2705 - No momento em que o usuario anexa um arquivo superior ao tamanho especificado

File:
1 edited

Legend:

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

    r6120 r6133  
    150150                } 
    151151                // This condition verifies if SESSION is expired. 
    152                 elseif(!count($_SESSION)) 
     152                else if(!count($_SESSION)) 
    153153                        return "nosession"; 
     154                else{ 
     155                        return "MATA!"; 
     156                } 
    154157 
    155158                return $error; 
     
    30313034                if (!$size_rule && $n_rule_groups == 0) /* O usuário não está em nenhuma regra por usuário nem por grupo. Vai usar a regra padrão. */ { 
    30323035                    if ($message_size_total > $default_max_size_rule) 
    3033                         return $this->functions->getLang("Message size greateruler than allowed (Default rule)"); 
     3036                        return $this->functions->getLang("Message size greateruler than allowed (Default rule)")." (".$default_max_size_rule / 1024 / 1024 ." Mb)"; 
    30343037                } 
    30353038 
Note: See TracChangeset for help on using the changeset viewer.