andre 2 lat temu
rodzic
commit
705bc49d92

+ 0 - 10
app/Libs/Kerio/Components/Api/Soap/Helpers/AccountHelper.php

@@ -28,20 +28,10 @@ class AccountHelper
         {
         {
             return null;
             return null;
         }
         }
-
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $date,
-            'Debug Time',
-            $format
-        );
-
         $tmpDate = strstr($date, '.', true);
         $tmpDate = strstr($date, '.', true);
         $tmpDate = $tmpDate ? $tmpDate : $date;
         $tmpDate = $tmpDate ? $tmpDate : $date;
         $mydate = new \DateTime("@$date");
         $mydate = new \DateTime("@$date");
         return $mydate->format($format);
         return $mydate->format($format);
-//        return date($format, strtotime($tmpDate));
     }
     }
 
 
     /**
     /**