Changeset 4016


Ignore:
Timestamp:
04/13/11 16:43:21 (13 years ago)
Author:
niltonneto
Message:

Ticket #1577 - Corrigido problema ao abrir mensagem quando display_errors = On.

File:
1 edited

Legend:

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

    r3676 r4016  
    420420                $return = array(); 
    421421                $msg_number = $params['msg_number']; 
    422                 if(preg_match('(.+)(_[a-zA-Z0-9]+)',$msg_number,$matches)) { //Verifies if it comes from a tab diferent of the main one. 
     422                if(preg_match('/(.+)(_[a-zA-Z0-9]+)/',$msg_number,$matches)) { //Verifies if it comes from a tab diferent of the main one. 
    423423                        $msg_number = $matches[1]; 
    424424                        $plus_id = $matches[2]; 
Note: See TracChangeset for help on using the changeset viewer.