|
|
@@ -172,25 +172,10 @@ class Accounts extends DataTable implements ClientArea
|
|
|
"diskSizeLimit",
|
|
|
"consumedSize",
|
|
|
"lastLoginInfo");
|
|
|
-// array('loginName','isEnabled','lastLoginInfo','diskSizeLimit');
|
|
|
$accounts = $api->getUsers($fields,$this->maildomainID);
|
|
|
+ $api->logout();
|
|
|
|
|
|
- logModuleCall(
|
|
|
- 'kerioEmail',
|
|
|
- __FUNCTION__,
|
|
|
- $accounts,
|
|
|
- 'Debug Accounts',
|
|
|
- $this->maildomainID
|
|
|
- );
|
|
|
-
|
|
|
- /**
|
|
|
- * format model to array
|
|
|
- */
|
|
|
$data = [];
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- $api->logout();
|
|
|
foreach ($accounts as $account)
|
|
|
{
|
|
|
|