From 982cf3bb9f0cfb1a9281ba63764a74406323cc39 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 20 Jun 2023 19:44:46 +0200 Subject: [PATCH] supprimer echo --- module/form/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/form/form.php b/module/form/form.php index f6acc9ef..bb8bdbce 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -319,7 +319,7 @@ class form extends common if (count($data) > 0) { // Suppression multiple for ($i = 1; $i <= count($data); $i++) { - echo $this->deleteData(['module', $this->getUrl(0), 'data', $i]); + $this->deleteData(['module', $this->getUrl(0), 'data', $i]); } // Valeurs en sortie $this->addOutput([