|
@@ -42,15 +42,6 @@ function zimbraSingle_TestConnection($params)
|
|
|
function zimbraSingle_ClientArea($params)
|
|
function zimbraSingle_ClientArea($params)
|
|
|
{
|
|
{
|
|
|
$response = zimbraSingleClientArea($params['customfields']);
|
|
$response = zimbraSingleClientArea($params['customfields']);
|
|
|
-
|
|
|
|
|
- logModuleCall(
|
|
|
|
|
- 'zimbrasingle',
|
|
|
|
|
- __FUNCTION__,
|
|
|
|
|
- $params,
|
|
|
|
|
- "debug: clientarea",
|
|
|
|
|
- $response
|
|
|
|
|
- );
|
|
|
|
|
-
|
|
|
|
|
return array(
|
|
return array(
|
|
|
'templatefile' => 'clientarea',
|
|
'templatefile' => 'clientarea',
|
|
|
'vars' => $response,
|
|
'vars' => $response,
|