Ignore:
Timestamp:
06/27/12 11:04:30 (12 years ago)
Author:
eduardow
Message:

Ticket #2906 - Verificar mensagem de erro ao usuario durante sinalização de mensagens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/mail/interceptors/Helpers.php

    r6630 r6653  
    205205                 
    206206                if(empty($params['messageId']))  
    207                 {  
    208                         throw new Exception('#FollowupflagMessageIdError'); 
    209                 }else{  
    210                  
    211                         $params = Controller::create($imap_uri, $params); 
    212                 } 
     207                    throw new Exception('#FollowupflagMessageIdError');  
     208                else   
     209                    $params = Controller::create($imap_uri, $params); 
     210 
    213211                if (!$params) 
    214                         throw new Exception('#FollowupflagParamsError'); 
     212                    throw new Exception('#FollowupflagLimitError'); 
    215213        } 
    216214         
     
    221219                 * deste interceptor. 
    222220                 */ 
     221 
     222 
     223 
     224 
    223225                if ($original['URI']['service'] == 'PostgreSQL') return $result; 
    224226                 
     
    310312                 * Faz a consistência do banco com o imap 
    311313                 */ 
    312                  /* 
     314                /* 
    313315                if ($result) { 
    314316                        $idList = array(); 
Note: See TracChangeset for help on using the changeset viewer.