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 */