source: extensions/edit_gmaps/maintain.inc.php @ 8918

Last change on this file since 8918 was 8918, checked in by cljosse, 13 years ago

[edit_gmaps] compatibility with piwigo 2.2

File size: 235 bytes
RevLine 
[4548]1<?php
2function plugin_install()
3{
4
5}
6
7function plugin_activate()
8{
9  $dir_name = basename( dirname(__FILE__) );
10
11}
12
13function plugin_deactivate()
14{
15 
[8918]16  clm_invalidate_cache();
[4548]17}
18
19function plugin_uninstall()
20{
21}
22?>
Note: See TracBrowser for help on using the repository browser.