浏览代码

Removed function dol_micro_time. Use native PHP microtime instead.

Laurent Destailleur 5 年之前
父节点
当前提交
9e851eaa78
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ChangeLog

+ 1 - 1
ChangeLog

@@ -21,7 +21,7 @@ Following changes may create regressions for some external modules, but were nec
 * The hook "moreFamily" must return payment into var "totalpayment" and no more "paiement" (english replace french).
 * Removed deprecated method actioncomm->add(), use create() instead
 * If you have developed your own emailing target selector and used parent::add_to_target(...), you must now use parent::addToTargets(...)
-
+* Removed function dol_micro_time. Use native PHP microtime instead.
 
 
 ***** ChangeLog for 10.0.2 compared to 10.0.1 *****