We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d80fe7 commit eb408a2Copy full SHA for eb408a2
1 file changed
admin/admin_batchmanager.php
@@ -47,7 +47,7 @@ function osm_perform_batch_manager_prefilters($filter_sets, $prefilter)
47
else if ($prefilter==="osm1")
48
$filter = "`latitude` IS NULL OR `longitude` IS NULL";
49
else if ($prefilter==="osm2")
50
- $filter = "`path` LIKE '%gpx%'";
+ $filter = "`path` LIKE '%.gpx%'";
51
52
if ( isset($filter) )
53
{
0 commit comments