Changeset 18728


Ignore:
Timestamp:
Oct 23, 2012, 10:08:04 PM (11 years ago)
Author:
rvelices
Message:
  • rv_gmaps fix sql error when batch manager unit has an empty element set
Location:
extensions/rv_gmaps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/admin/admin_boot.php

    r17780 r18728  
    173173  $template->set_prefilter('batch_manager_unit', 'rvm_prefilter_batch_manager_unit');
    174174
     175  if (empty($page['cat_elements_id']))
     176    return;
     177
    175178  $query = '
    176179SELECT id,lat,lon
  • extensions/rv_gmaps/trunk/main.inc.php

    r18578 r18728  
    11<?php /*
    22Plugin Name: RV Maps&Earth
    3 Version: 2.4.e
     3Version: 2.4.f
    44Description: Extend your gallery with Google Maps and Google Earth ...
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=122
     
    77Author URI: http://www.modusoptimus.com/
    88*/
    9 define( 'RVM_PLUGIN_VERSION', '2.4.e');
     9define( 'RVM_PLUGIN_VERSION', '2.4.f');
    1010defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
    1111
Note: See TracChangeset for help on using the changeset viewer.