aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/18-database.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/db/18-database.php')
-rw-r--r--install/db/18-database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/18-database.php b/install/db/18-database.php
index 9843fb6af..c93249611 100644
--- a/install/db/18-database.php
+++ b/install/db/18-database.php
@@ -47,7 +47,7 @@ $result = pwg_query($query);
$datas = array();
-while ($row = mysql_fetch_assoc($result))
+while ($row = pwg_db_fetch_assoc($result))
{
array_push(
$datas,