diff options
Diffstat (limited to 'search_rules.php')
-rw-r--r-- | search_rules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search_rules.php b/search_rules.php index fb2fd612b..e78c7aac6 100644 --- a/search_rules.php +++ b/search_rules.php @@ -135,7 +135,7 @@ SELECT id, uppercats, global_rank $categories = array(); if (!empty($result)) { - while ($row = mysql_fetch_assoc($result)) + while ($row = pwg_db_fetch_assoc($result)) { array_push($categories, $row); } |