You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$query = "SELECT `path` FROM ".$prefixeTable."gps AS g INNER JOIN ".CATEGORIES_TABLE." AS c ON g.category_id = c.id WHERE FIND_IN_SET(".$category.", c.uppercats);";
59
+
$query = "SELECT `path` FROM ".$prefixeTable."osm_gps AS g INNER JOIN ".CATEGORIES_TABLE." AS c ON g.category_id = c.id WHERE FIND_IN_SET(".$category.", c.uppercats);";
60
60
} else {
61
-
$query = "SELECT `path` FROM ".$prefixeTable."gps;";
61
+
$query = "SELECT `path` FROM ".$prefixeTable."osm_gps;";
0 commit comments