From 662f859a34148c7f66b4630da88055878917f453 Mon Sep 17 00:00:00 2001 From: remicollet Date: Wed, 4 Mar 2009 07:08:03 +0000 Subject: [PATCH] [example] fix comment git-svn-id: https://forge.glpi-project.org/svn/example/trunk@66 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index dab05fb..0febe09 100755 --- a/setup.php +++ b/setup.php @@ -107,7 +107,7 @@ function plugin_init_example() { // Stats $PLUGIN_HOOKS['stats']['example'] = array('stat.php'=>'New stat', 'stat.php?other'=>'New stats 2',); - // Params : plugin name - string type - ID - class - table - form page - Type name + // Params : plugin name - string type - ID - Array of attributes registerPluginType('example', 'PLUGIN_EXAMPLE_TYPE', 1001, array( 'classname' => 'pluginExample', 'tablename' => 'glpi_plugin_example',