mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 22:32:07 +01:00
taking out =& for CreateObject
This commit is contained in:
parent
b1b4ca66ae
commit
497b5a911a
@ -78,10 +78,10 @@
|
|||||||
$dot_atom = $atext.'+(\.'.$atext.'+)*';
|
$dot_atom = $atext.'+(\.'.$atext.'+)*';
|
||||||
$Email_RegExp_Match = $dot_atom.'(%'.$Host_RegExp_Match.')?@'.$Host_RegExp_Match;
|
$Email_RegExp_Match = $dot_atom.'(%'.$Host_RegExp_Match.')?@'.$Host_RegExp_Match;
|
||||||
|
|
||||||
$this->t =& CreateObject('phpgwapi.Template',EGW_APP_TPL);
|
$this->t = CreateObject('phpgwapi.Template',EGW_APP_TPL);
|
||||||
$this->displayCharset = $GLOBALS['egw']->translation->charset();
|
$this->displayCharset = $GLOBALS['egw']->translation->charset();
|
||||||
$this->bofelamimail =& CreateObject('felamimail.bofelamimail',$this->displayCharset);
|
$this->bofelamimail = CreateObject('felamimail.bofelamimail',$this->displayCharset);
|
||||||
$this->bopreferences =& $this->bofelamimail->bopreferences; //CreateObject('felamimail.bopreferences');
|
$this->bopreferences = $this->bofelamimail->bopreferences; //CreateObject('felamimail.bopreferences');
|
||||||
|
|
||||||
$this->mailPreferences = $this->bopreferences->getPreferences();
|
$this->mailPreferences = $this->bopreferences->getPreferences();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user