source: extensions/Icy_Picture_Modify/trunk/maintain.inc.php @ 11608

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

Move all files to trunk

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.