This commit is contained in:
bastianonm 2012-02-05 16:49:28 +00:00
parent cd3c27d503
commit bf466863af
1 changed files with 0 additions and 2 deletions

View File

@ -97,10 +97,8 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='')
else
{
$gpx = downloadRemoteFile($gpx);
print_r($gpx);
}
$points = getPoints( $gpx, $pointsoffset, $donotreducegpx);
$points_maps = '';
$points_graph = '';