source: extensions/CommentEditor/maintain.inc.php @ 3432

Last change on this file since 3432 was 3432, checked in by Criss, 15 years ago

Add maintain.inc.php file
Fix bug in ce_comment class

  • Property svn:eol-style set to LF
File size: 242 bytes
Line 
1<?php
2if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
3
4function plugin_install() {
5    // Nothing special
6}
7
8function plugin_activate() {
9    // Nothing special
10}
11
12function plugin_uninstall($plugin_id) {
13    // Nothing special
14}
15?>
Note: See TracBrowser for help on using the repository browser.