@@ -28,10 +28,19 @@ class AccountHelper
{
return null;
}
+
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $date,
+ 'Debug Time',
+ $format
+ );
$tmpDate = strstr($date, '.', true);
$tmpDate = $tmpDate ? $tmpDate : $date;
- return date($format, strtotime($date));
+ return date($format, strtotime($tmpDate));
/**
@@ -175,7 +175,6 @@ class Accounts extends DataTable implements ClientArea
// array('loginName','isEnabled','lastLoginInfo','diskSizeLimit');
$accounts = $api->getUsers($fields,$this->maildomainID);
-
logModuleCall(
'kerioEmail',
__FUNCTION__,