Ignore:
Timestamp:
11/03/11 13:24:28 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo ExpressoMail?.

File:
1 edited

Legend:

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

    r3289 r5134  
    2626                include_once("class.message_components.inc.php"); 
    2727 
    28                 $msg =& new message_components($mbox); 
     28                $msg = new message_components($mbox); 
    2929                $msg->fetch_structure($msgno); 
    3030 
     
    5050                include_once("class.message_components.inc.php"); 
    5151 
    52                 $msg =& new message_components($mbox); 
     52                $msg = new message_components($mbox); 
    5353                $msg->fetch_structure($msgno); 
    5454                $array_parts_attachments = array();              
Note: See TracChangeset for help on using the changeset viewer.