source: extensions/GrumPluginClasses/maintain.inc.php @ 5550

Last change on this file since 5550 was 5550, checked in by grum, 14 years ago

Release 3.0.0 : the plugin has been completely rewritten

  • Property svn:executable set to *
File size: 455 bytes
Line 
1<?php
2
3if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); }
4
5// ini_set('error_reporting', E_ALL);
6// ini_set('display_errors', true);
7
8include_once('gpc_version.inc.php'); // => Don't forget to update this file !!
9
10
11
12function plugin_install($plugin_id, $plugin_version, &$errors)
13{
14}
15
16function plugin_activate($plugin_id, $plugin_version, &$errors)
17{
18}
19
20function plugin_deactivate($plugin_id)
21{
22}
23
24function plugin_uninstall($plugin_id)
25{
26}
27
28
29?>
Note: See TracBrowser for help on using the repository browser.