Skip to content
Snippets Groups Projects
Commit d6f9c7b3 authored by DESERT Romain's avatar DESERT Romain
Browse files

delete test texte from adherent

parent c474b2e7
No related branches found
No related tags found
1 merge request!1Merge Request - Développement vers Main (Draft)
...@@ -12,8 +12,6 @@ try { ...@@ -12,8 +12,6 @@ try {
$stmt->execute(); $stmt->execute();
$trainings = $stmt->fetchAll(); $trainings = $stmt->fetchAll();
echo "test";
} catch(PDOException $e) { } catch(PDOException $e) {
$error = "Erreur de connexion à la base de données: " . $e->getMessage(); $error = "Erreur de connexion à la base de données: " . $e->getMessage();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment