This commit is contained in:
bastianonm 2012-05-10 16:19:42 +00:00
parent 6f36f1dc76
commit f33362dae4
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: maps, gpx, gps, graph, chart, google maps, highcharts, track, garmin, image, nextgen-gallery, nextgen, exif, OpenStreetMap, OpenCycleMap, Hike&Bike, heart rate, heartrate, cadence
Requires at least: 2.0.0
Tested up to: 3.3
Stable tag: 1.1.17
Stable tag: 1.1.18
License: GPLv2 or later
Draws a gpx track with altitude graph

View File

@ -3,7 +3,7 @@
Plugin Name: WP-GPX-Maps
Plugin URI: http://www.darwinner.it/
Description: Draws a gpx track with altitude graph
Version: 1.1.17
Version: 1.1.18
Author: Bastianon Massimo
Author URI: http://www.pedemontanadelgrappa.it/
License: GPL
@ -274,7 +274,7 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='')
$ngimgs_data = '';
if ( $ngGalleries != '' || $ngImages != '' )
{
$ngimgs = getNGGalleryImages($ngGalleries, $ngImages, &$error);
$ngimgs = getNGGalleryImages($ngGalleries, $ngImages, $error);
$ngimgs_data ='';
foreach ($ngimgs as $img) {
$data = $img['data'];