clean hook

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@185 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
remicollet 2012-01-24 12:02:00 +00:00
parent cd37a236d1
commit 20e9858972

View File

@ -81,10 +81,6 @@ function plugin_init_example() {
// Change entity // Change entity
//$PLUGIN_HOOKS['change_entity']['example'] = 'plugin_change_entity_example'; //$PLUGIN_HOOKS['change_entity']['example'] = 'plugin_change_entity_example';
// Onglets management
$PLUGIN_HOOKS['headings']['example'] = 'plugin_get_headings_example';
$PLUGIN_HOOKS['headings_action']['example'] = 'plugin_headings_actions_example';
// Item action event // See define.php for defined ITEM_TYPE // Item action event // See define.php for defined ITEM_TYPE
$PLUGIN_HOOKS['pre_item_update']['example'] = array('Computer' => 'plugin_pre_item_update_example'); $PLUGIN_HOOKS['pre_item_update']['example'] = array('Computer' => 'plugin_pre_item_update_example');
$PLUGIN_HOOKS['item_update']['example'] = array('Computer' => 'plugin_item_update_example'); $PLUGIN_HOOKS['item_update']['example'] = array('Computer' => 'plugin_item_update_example');