source:
extensions/edit_gmaps/maintain.inc.php
@
6599
Last change on this file since 6599 was 4548, checked in by , 15 years ago | |
---|---|
File size: 235 bytes |
Line | |
---|---|
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.