Ignore:
Timestamp:
Jan 26, 2011, 5:27:34 PM (13 years ago)
Author:
cljosse
Message:

[edit_gmaps] compatibility with piwigo 2.2

File:
1 edited

Legend:

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

    r8586 r8918  
    22/*
    33Plugin Name: Edit Maps&Earth
    4 Version: 2.1.3
     4Version: 2.1.4
    55Description:  Editor for rv gmaps
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=330
     
    1616function ed_rvm_plugin_admin_menu($menu)
    1717{
    18 //      include_once( dirname(__FILE__) .'/include/functions.php');
    19         add_event_handler('invalidate_user_cache', 'rvm_invalidate_cache' );
     18        include_once( dirname(__FILE__) .'/include/functions.php');
     19        add_event_handler('invalidate_user_cache', 'clm_invalidate_cache' );
    2020        array_push($menu,
    2121                        array(                 
Note: See TracChangeset for help on using the changeset viewer.