source:
extensions/edit_gmaps/maintain.inc.php
@
5735
Last change on this file since 5735 was 4548, checked in by , 15 years ago | |
---|---|
File size: 235 bytes |
Rev | Line | |
---|---|---|
[4548] | 1 | <?php |
2 | function plugin_install() | |
3 | { | |
4 | ||
5 | } | |
6 | ||
7 | function plugin_activate() | |
8 | { | |
9 | $dir_name = basename( dirname(__FILE__) ); | |
10 | ||
11 | } | |
12 | ||
13 | function plugin_deactivate() | |
14 | { | |
15 | ||
16 | rvm_invalidate_cache(); | |
17 | } | |
18 | ||
19 | function plugin_uninstall() | |
20 | { | |
21 | } | |
22 | ?> |
Note: See TracBrowser
for help on using the repository browser.