forked from extern/egroupware
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;
|
||||
|
||||
/**
|
||||
* Instance of old imap server
|
||||
*
|
||||
* @var emailadmin_oldimap
|
||||
*/
|
||||
protected $oldImapServer;
|
||||
|
||||
/**
|
||||
* Instance of smtp server
|
||||
*
|
||||
@ -247,7 +240,6 @@ class emailadmin_account implements ArrayAccess
|
||||
$this->params = $params;
|
||||
|
||||
unset($this->imapServer);
|
||||
unset($this->oldImapServer);
|
||||
unset($this->smtpServer);
|
||||
|
||||
$this->user = $called_for ? $called_for : $GLOBALS['egw_info']['user']['account_id'];
|
||||
|
Loading…
Reference in New Issue
Block a user