diff --git a/Controleur/ControleurGedadherent.php b/Controleur/ControleurGedadherent.php index 9037364..e39bb7c 100644 --- a/Controleur/ControleurGedadherent.php +++ b/Controleur/ControleurGedadherent.php @@ -142,6 +142,8 @@ class ControleurGedadherent extends Controleur { $d1 = $_SESSION['dUneSemaineAvant_C']; $d2 = date('Y-m-d'); + var_dump($d1, $d2, $nomOrigine, $codeNaturePiece); + die(); $geds = $this->ged->getgedadherent($d1, $d2, $nomOrigine, $codeNaturePiece); unset($_FILES['fichier_upload']);