From 203ac913c9958aa42c2b9950b1f6a743687f1ceb Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 19 Jan 2026 10:02:01 +0000 Subject: [PATCH] a --- Framework/Functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Framework/Functions.php b/Framework/Functions.php index 2af7c74..4c8df70 100755 --- a/Framework/Functions.php +++ b/Framework/Functions.php @@ -154,8 +154,6 @@ function heureFr($d) function dateFr($d) { - var_dump(array($d)); - if ($d<="0000-00-00") return ""; return date("d/m/Y", strtotime($d)); }