mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-05 02:21:42 +01:00
remove since some time no longer used oldImapServer class var
This commit is contained in:
parent
58bd3b9e60
commit
e4f656f981
@ -166,13 +166,6 @@ class emailadmin_account implements ArrayAccess
|
|||||||
*/
|
*/
|
||||||
protected $imapServer;
|
protected $imapServer;
|
||||||
|
|
||||||
/**
|
|
||||||
* Instance of old imap server
|
|
||||||
*
|
|
||||||
* @var emailadmin_oldimap
|
|
||||||
*/
|
|
||||||
protected $oldImapServer;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instance of smtp server
|
* Instance of smtp server
|
||||||
*
|
*
|
||||||
@ -247,7 +240,6 @@ class emailadmin_account implements ArrayAccess
|
|||||||
$this->params = $params;
|
$this->params = $params;
|
||||||
|
|
||||||
unset($this->imapServer);
|
unset($this->imapServer);
|
||||||
unset($this->oldImapServer);
|
|
||||||
unset($this->smtpServer);
|
unset($this->smtpServer);
|
||||||
|
|
||||||
$this->user = $called_for ? $called_for : $GLOBALS['egw_info']['user']['account_id'];
|
$this->user = $called_for ? $called_for : $GLOBALS['egw_info']['user']['account_id'];
|
||||||
|
Loading…
Reference in New Issue
Block a user