Ignore:
Timestamp:
02/11/10 08:04:39 (14 years ago)
Author:
amuller
Message:

Ticket #490 - #690 - Merge branches Expresso 2.2 com Trunk

File:
1 edited

Legend:

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

    r1969 r2002  
    450450                $return = array(); 
    451451                $msg_number = $params['msg_number']; 
    452                 if(preg_match('(.+)(_[a-zA-Z0-9]+)',$msg_number,$matches)) { //Verifies if it comes from a tab diferent of the main one. 
     452                if(@preg_match('(.+)(_[a-zA-Z0-9]+)',$msg_number,$matches)) { //Verifies if it comes from a tab diferent of the main one. 
    453453                        $msg_number = $matches[1]; 
    454454                        $plus_id = $matches[2]; 
Note: See TracChangeset for help on using the changeset viewer.