Ignore:
Timestamp:
Jan 29, 2013, 10:21:43 PM (11 years ago)
Author:
rvelices
Message:

rv* plugins use pwg_db_* instead of mysql_* functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/mapl.php

    r18669 r20461  
    7777  LIMIT 0,5
    7878;';
    79 $result = pwg_query($query);
    80 $categories=array();
    81 while ($row=mysql_fetch_assoc($result))
    82   array_push($categories, $row);
     79$categories = array_from_query($query);
    8380$categories = add_level_to_tags($categories);
    8481
Note: See TracChangeset for help on using the changeset viewer.