Changeset 4016
- Timestamp:
- 04/13/11 16:43:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/expressoMail1_2/inc/class.imap_functions.inc.php
r3676 r4016 420 420 $return = array(); 421 421 $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. 423 423 $msg_number = $matches[1]; 424 424 $plus_id = $matches[2];
Note: See TracChangeset
for help on using the changeset viewer.