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

Last change on this file since 6769 was 4548, checked in by cljosse, 14 years ago

Edit_gmaps Start creation

File size: 235 bytes
Line 
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 
16  rvm_invalidate_cache();
17}
18
19function plugin_uninstall()
20{
21}
22?>
Note: See TracBrowser for help on using the repository browser.