Last change
on this file since 31754 was
3395,
checked in by grum, 15 years ago
|
Add plugin Grum Plugins Class-2
|
-
Property svn:executable set to
*
|
File size:
374 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); } |
---|
4 | |
---|
5 | // ini_set('error_reporting', E_ALL); |
---|
6 | // ini_set('display_errors', true); |
---|
7 | |
---|
8 | |
---|
9 | function plugin_install($plugin_id, $plugin_version, &$errors) |
---|
10 | { |
---|
11 | } |
---|
12 | |
---|
13 | function plugin_activate($plugin_id, $plugin_version, &$errors) |
---|
14 | { |
---|
15 | } |
---|
16 | |
---|
17 | function plugin_deactivate($plugin_id) |
---|
18 | { |
---|
19 | } |
---|
20 | |
---|
21 | function plugin_uninstall($plugin_id) |
---|
22 | { |
---|
23 | } |
---|
24 | |
---|
25 | |
---|
26 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.