Repos header

This commit is contained in:
2024-05-31 12:49:47 +02:00
parent 0da314a31d
commit c62321f854
8 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
$stmt = $db->prepare($query);
$stmt->execute();
$result = $stmt->fetchAll(PDO::FETCH_ASSOC);
$result = $stmt->fetchAll();
DB::closeConnection($db);
?>