[example] commentaire

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@32 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
tsmr 2007-08-30 08:43:10 +00:00
parent 2ec33690db
commit 6d5dcd00a1

View File

@ -56,7 +56,7 @@ function plugin_init_example() {
// Display on central page
$PLUGIN_HOOKS['central_action']['example'] = 'plugin_central_action_example';
// Item action event // See config.php for defined ITEM_TYPE
// Item action event // See define.php for defined ITEM_TYPE
$PLUGIN_HOOKS['item_update']['example'] = 'plugin_item_update_example';
$PLUGIN_HOOKS['item_add']['example'] = 'plugin_item_add_example';
$PLUGIN_HOOKS['item_delete']['example'] = 'plugin_item_delete_example';