Changeset 23083 for extensions/rv_gmaps/trunk/main.inc.php
- Timestamp:
- Jun 7, 2013, 6:01:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_gmaps/trunk/main.inc.php
r22180 r23083 1 1 <?php /* 2 2 Plugin Name: RV Maps&Earth 3 Version: 2.5. b3 Version: 2.5.c 4 4 Description: Extend your gallery with Google Maps and Google Earth ... 5 5 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=122 … … 7 7 Author URI: http://www.modusoptimus.com/ 8 8 */ 9 define( 'RVM_PLUGIN_VERSION', '2.5. b');9 define( 'RVM_PLUGIN_VERSION', '2.5.c'); 10 10 defined('PHPWG_ROOT_PATH') or die('Hacking attempt!'); 11 11 … … 108 108 } 109 109 } 110 else 111 if ( isset($_GET['map']) ) 110 elseif ( isset($_GET['map']) ) 112 111 redirect( duplicate_picture_url() ); 113 112 return $pictures;
Note: See TracChangeset
for help on using the changeset viewer.