forked from extern/egroupware
sorry, acident happend
This commit is contained in:
parent
04f5b1a863
commit
65cd84bb4c
@ -11,6 +11,7 @@
|
|||||||
* option) any later version. *
|
* option) any later version. *
|
||||||
\***************************************************************************/
|
\***************************************************************************/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
class boldap_mgr
|
class boldap_mgr
|
||||||
{
|
{
|
||||||
@ -165,7 +166,7 @@
|
|||||||
|
|
||||||
$smtpClass = $this->SMTPServerType[$profileData['smtpType']]['classname'];
|
$smtpClass = $this->SMTPServerType[$profileData['smtpType']]['classname'];
|
||||||
|
|
||||||
return empty($smtpClass) ? False : ExecMethod("emailadmin.$smtpClass.getAccountEmailAddress",$_accountName);
|
return empty($smtpClass) ? False : ExecMethod("emailadmin.$smtpClass.getAccountEmailAddress",$_accountName,3,$profileData);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getFieldNames($_serverTypeID, $_class)
|
function getFieldNames($_serverTypeID, $_class)
|
||||||
@ -213,7 +214,7 @@
|
|||||||
{
|
{
|
||||||
if (!empty($this->imapClass))
|
if (!empty($this->imapClass))
|
||||||
{
|
{
|
||||||
return ExecMethod("emailadmin.".$this->imapClass.".getMailboxString",$_folderName);
|
return ExecMethod("emailadmin.".$this->imapClass.".getMailboxString",$_folderName,3,$this->profileData);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -387,12 +388,12 @@
|
|||||||
{
|
{
|
||||||
if (!empty($this->imapClass))
|
if (!empty($this->imapClass))
|
||||||
{
|
{
|
||||||
ExecMethod("emailadmin.".$this->imapClass.".updateAccount",$_hookValues);
|
ExecMethod("emailadmin.".$this->imapClass.".updateAccount",$_hookValues,3,$this->profileData);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($this->smtpClass))
|
if (!empty($this->smtpClass))
|
||||||
{
|
{
|
||||||
ExecMethod("emailadmin.".$this->smtpClass.".updateAccount",$_hookValues);
|
ExecMethod("emailadmin.".$this->smtpClass.".updateAccount",$_hookValues,3,$this->profileData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user