Bug recherche auteur ok

This commit is contained in:
laura.chevillet 2026-01-21 16:17:57 +01:00
parent 411b19df58
commit e15003fc5c
5 changed files with 33 additions and 34 deletions

View file

@ -53,7 +53,6 @@
$strStartDate = $_POST['startdate']??'';
$strEndDate = $_POST['enddate']??'';
$intCategory = $_POST['category']??0;
// Récupération des projetc
$objProjectModel = new ProjectModel;
$arrProject = $objProjectModel->findAll(intAuthor:$intAuthor, intPeriod:$intPeriod, strDate:$strDate,