mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Use PDO::FETCH_ASSOC for listings
This commit is contained in:
parent
5857a0d374
commit
87e7b25fa2
@ -158,7 +158,7 @@ class Page {
|
||||
|
||||
$st->execute();
|
||||
|
||||
$rows = $st->fetchAll();
|
||||
$rows = $st->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
$st->closeCursor();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user