From 794290354871157eca92d3009d0dc49d12f49139 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Mon, 18 Mar 2019 12:24:16 +0100 Subject: [PATCH] Update actioncomm.class.php --- htdocs/comm/action/class/actioncomm.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 8f80f4755f4..9917736bdc8 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -91,14 +91,14 @@ class ActionComm extends CommonObject /** * Date creation record (datec) * - * @var DateTime + * @var integer */ public $datec; /** * Date modification record (tms) * - * @var DateTime + * @var integer */ public $datem; @@ -133,14 +133,14 @@ class ActionComm extends CommonObject /** * Date action start (datep) * - * @var DateTime + * @var integer */ public $datep; /** * Date action end (datep2) * - * @var DateTime + * @var integer */ public $datep2;