mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
clean previous
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@97 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
@ -56,8 +56,6 @@ function plugin_init_example() {
|
|||||||
registerPluginType('example', 'PLUGIN_EXAMPLEDROPDOWN_TYPE', 1002, array(
|
registerPluginType('example', 'PLUGIN_EXAMPLEDROPDOWN_TYPE', 1002, array(
|
||||||
'classname' => 'pluginExampleDropdown',
|
'classname' => 'pluginExampleDropdown',
|
||||||
'tablename' => 'glpi_plugin_example_dropdown',
|
'tablename' => 'glpi_plugin_example_dropdown',
|
||||||
'formpage' => 'example.form.php',
|
|
||||||
'searchpage' => 'index.php',
|
|
||||||
'typename' => 'Example Dropdown Type',
|
'typename' => 'Example Dropdown Type',
|
||||||
'dropdown' => true));
|
'dropdown' => true));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user