mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 06:43:09 +01:00
taking out =& for CreateObject
This commit is contained in:
parent
b1b4ca66ae
commit
497b5a911a
@ -78,10 +78,10 @@
|
||||
$dot_atom = $atext.'+(\.'.$atext.'+)*';
|
||||
$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->bofelamimail =& CreateObject('felamimail.bofelamimail',$this->displayCharset);
|
||||
$this->bopreferences =& $this->bofelamimail->bopreferences; //CreateObject('felamimail.bopreferences');
|
||||
$this->bofelamimail = CreateObject('felamimail.bofelamimail',$this->displayCharset);
|
||||
$this->bopreferences = $this->bofelamimail->bopreferences; //CreateObject('felamimail.bopreferences');
|
||||
|
||||
$this->mailPreferences = $this->bopreferences->getPreferences();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user