From 80ed2a2b01764b8e4b5d064fa3776de8d895dc7b Mon Sep 17 00:00:00 2001 From: moyooo Date: Sun, 20 Apr 2008 20:30:29 +0000 Subject: [PATCH] [example] Add new type name git-svn-id: https://forge.glpi-project.org/svn/example/trunk@45 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.php b/setup.php index ab41743..cbb4cf7 100755 --- a/setup.php +++ b/setup.php @@ -112,8 +112,8 @@ function plugin_init_example() { $PLUGIN_HOOKS['reports']['example'] = array('report.php'=>'New Report', 'report.php?other'=>'New Report 2',); - // Params : plugin name - string type - ID - class - table - form page - pluginNewType('example',"PLUGIN_EXAMPLE_TYPE",1001,"pluginExample","glpi_plugin_example","example.form.php"); + // Params : plugin name - string type - ID - class - table - form page - Type name + pluginNewType('example',"PLUGIN_EXAMPLE_TYPE",1001,"pluginExample","glpi_plugin_example","example.form.php","Example Type"); }