From b9efb2e41a40812177804db3ec65f3ad3cfd9a30 Mon Sep 17 00:00:00 2001 From: "nicolas.franco" Date: Sat, 3 Dec 2022 19:24:46 +0100 Subject: [PATCH] user gateway branch --- dal/TaskGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dal/TaskGateway.php b/dal/TaskGateway.php index d45fd5f..fc86142 100644 --- a/dal/TaskGateway.php +++ b/dal/TaskGateway.php @@ -23,7 +23,7 @@ class TaskGateway ':descript'=> array($t->get_description(),PDO::PARAM_STR), ':priorite'=> array($t->get_priorite(),PDO::PARAM_STR), ':idList'=> array($t->get_idList(),PDO::PARAM_STR) )); - + /*Comment gerer les erreurs? * si valeur existe deja */