diff options
Diffstat (limited to 'install/db/20-database.php')
-rw-r--r-- | install/db/20-database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/20-database.php b/install/db/20-database.php index 9a29624b1..cf5ba0e73 100644 --- a/install/db/20-database.php +++ b/install/db/20-database.php @@ -47,7 +47,7 @@ SELECT category_id, image_id $result = pwg_query($query); $datas = array(); -while ($row = mysql_fetch_assoc($result)) +while ($row = pwg_db_fetch_assoc($result)) { array_push( $datas, |