aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_1.3.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/upgrade_1.3.0.php')
-rw-r--r--install/upgrade_1.3.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_1.3.0.php b/install/upgrade_1.3.0.php
index 761e016b0..c924dfecf 100644
--- a/install/upgrade_1.3.0.php
+++ b/install/upgrade_1.3.0.php
@@ -84,7 +84,7 @@ SELECT id, id_uppercat
FROM '.CATEGORIES_TABLE.'
;';
$result = pwg_query($query);
-while ($row = mysql_fetch_assoc($result))
+while ($row = pwg_db_fetch_assoc($result))
{
if (!isset($row['id_uppercat']) or $row['id_uppercat'] == '')
{