supprimer echo

This commit is contained in:
Fred Tempez 2023-06-20 19:44:27 +02:00
parent 271706ec5f
commit 8d5c5e50c4
1 changed files with 1 additions and 1 deletions

View File

@ -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([