source: extensions/Icy_Picture_Modify/maintain.inc.php @ 11611

Last change on this file since 11611 was 11610, checked in by icy, 13 years ago

Merge branch 'master' into svn

File size: 153 bytes
Line 
1<?php
2
3function plugin_install()
4{
5  // do nothing
6}
7
8function plugin_uninstall()
9{
10  // do nothing
11}
12
13function plugin_activate()
14{
15  // do nothing
16}
17?>
Note: See TracBrowser for help on using the repository browser.