From 4935aa2fe41bf522c5d02f227354b399d65501ef Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Mon, 18 Mar 2019 12:25:35 +0100 Subject: [PATCH] Update adherent.class.php --- htdocs/adherents/class/adherent.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index 082ae43be6d..201b6610817 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -179,14 +179,14 @@ class Adherent extends CommonObject /** * Date creation record (datec) * - * @var DateTime + * @var integer */ public $datec; /** * Date modification record (tms) * - * @var DateTime + * @var integer */ public $datem;