From 33d69dfa8a5b5424b7056260ace5dc42aca52516 Mon Sep 17 00:00:00 2001
From: Nicolas Couture <couture@docimsol.com>
Date: Thu, 16 Nov 2017 14:17:18 +0100
Subject: [PATCH] =?UTF-8?q?[WS=20Qualiville]=20Modification=20de=20l'heure?=
 =?UTF-8?q?=20pour=20la=20borne=20de=20fin=20de=20la=20requ=C3=AAte=20(rec?=
 =?UTF-8?q?herche=20des=20docs=20jusqu'=C3=A0=2023h59)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 core/Controllers/ResController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/Controllers/ResController.php b/core/Controllers/ResController.php
index 506f4c6f448..6586c5a49c6 100755
--- a/core/Controllers/ResController.php
+++ b/core/Controllers/ResController.php
@@ -249,7 +249,7 @@ class ResController
                     }
                     else if ($column == "date_end"){
                         $v_date = explode("-",$v);
-                        array_push($tmp_values, "creation_date <= '".$v_date[2]."-".$v_date[1]."-".$v_date[0]."'");
+                        array_push($tmp_values, "creation_date <= '".$v_date[2]."-".$v_date[1]."-".$v_date[0]." 23:59:59'");
                     }
                     else
                         array_push($tmp_values, $column."='".trim($v)."'");
-- 
GitLab