diff --git a/core/core.php b/core/core.php index 6526f274..cfadbc96 100644 --- a/core/core.php +++ b/core/core.php @@ -1959,7 +1959,7 @@ class common { if(common::$inputNotices) { $notification = 'Impossible de soumettre le formulaire, car il contient des erreurs'; $notificationClass = 'notificationError'; - var_dump(common::$inputNotices) ; + //var_dump(common::$inputNotices) ; } if (common::$coreNotices) { $notification = 'Données absentes, restauration de

| ';