Ignore:
Timestamp:
Dec 23, 2009, 8:32:13 AM (14 years ago)
Author:
cljosse
Message:

[Edit_gmaps] Fix Bug display in admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/edit_gmaps/main.inc.php

    r4557 r4558  
    11<?php /*
    22Plugin Name: Edit Maps&Earth
    3 Version: 1.0.0
    4 Description:  Editor for rv gmaps
     3Version: 1.0.1
     4Description:  Editor for rv gmaps 
    55Plugin URI: http://piwigo.org/ext/extension_view.php?eid=330
    66Author: rvelices cljosse
    7 Author URI: http://www.modusoptimus.com/
     7Author URI: http://cl.josse.free.fr/
    88*/
    9 define( 'ed_rvm_PLUGIN_VERSION', '2.0.c');
     9
     10define( 'ed_rvm_PLUGIN_VERSION', '1.0.1');
    1011if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1112add_event_handler('get_admin_plugin_menu_links', 'ed_rvm_plugin_admin_menu' );
     
    2021        add_event_handler('invalidate_user_cache', 'rvm_invalidate_cache' );
    2122
    22  $_GET['tab'] = 'edit';
    23  
    2423        array_push($menu,
    2524                        array(
     25                       
    2626                                'NAME' => 'EDIT Maps & Earth',
    2727                                'URL' => get_admin_plugin_menu_link(dirname(__FILE__).'/admin/admin.php')
     
    3636 
    3737 
    38  if (   isset($_GET['map']) ||   isset($_POST['lat'])  )
     38 if (   isset($_GET['map'])   )
    3939{
     40
    4041 $template->set_filenames(array('cl_conflit' => dirname(__FILE__).'/template/cl_conflit.tpl'));
    4142 $template->parse('cl_conflit');
Note: See TracChangeset for help on using the changeset viewer.