From 6d5dcd00a17663ec470c1a0d23636b45e2ee507b Mon Sep 17 00:00:00 2001 From: tsmr Date: Thu, 30 Aug 2007 08:43:10 +0000 Subject: [PATCH] [example] commentaire git-svn-id: https://forge.glpi-project.org/svn/example/trunk@32 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index a582ec6..5586df2 100755 --- a/setup.php +++ b/setup.php @@ -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';