mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 15:30:25 +01:00
removing deprecated/not needed '=&' for CreateObject
This commit is contained in:
parent
46b0a0ea98
commit
9a42ca2fbb
@ -1380,8 +1380,8 @@ class infolog_ui
|
|||||||
{
|
{
|
||||||
if ($attachment['type'] == 'MESSAGE/RFC822')
|
if ($attachment['type'] == 'MESSAGE/RFC822')
|
||||||
{
|
{
|
||||||
$bofelamimail =& CreateObject('felamimail.bofelamimail',$GLOBALS['egw']->translation->charset());
|
$bofelamimail = CreateObject('felamimail.bofelamimail',$GLOBALS['egw']->translation->charset());
|
||||||
$bopreferences =& CreateObject('felamimail.bopreferences');
|
$bopreferences = CreateObject('felamimail.bopreferences');
|
||||||
$bofelamimail->openConnection();
|
$bofelamimail->openConnection();
|
||||||
$bofelamimail->reopen($attachment['folder']);
|
$bofelamimail->reopen($attachment['folder']);
|
||||||
|
|
||||||
@ -1412,8 +1412,8 @@ class infolog_ui
|
|||||||
}
|
}
|
||||||
elseif ($uid && $mailbox)
|
elseif ($uid && $mailbox)
|
||||||
{
|
{
|
||||||
$bofelamimail =& CreateObject('felamimail.bofelamimail',$GLOBALS['egw']->translation->charset());
|
$bofelamimail = CreateObject('felamimail.bofelamimail',$GLOBALS['egw']->translation->charset());
|
||||||
$bopreferences =& CreateObject('felamimail.bopreferences');
|
$bopreferences = CreateObject('felamimail.bopreferences');
|
||||||
$bofelamimail->openConnection();
|
$bofelamimail->openConnection();
|
||||||
$bofelamimail->reopen($mailbox);
|
$bofelamimail->reopen($mailbox);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user