Repos header
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
|
||||
$stmt = $db->prepare($query);
|
||||
$stmt->execute();
|
||||
$result = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
$result = $stmt->fetchAll();
|
||||
|
||||
DB::closeConnection($db);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user