From c9672ae1b8d483f668a9f37496898cfde33853c2 Mon Sep 17 00:00:00 2001 From: tsmr Date: Tue, 27 Nov 2007 22:13:19 +0000 Subject: [PATCH] [example] correction linkfield ID git-svn-id: https://forge.glpi-project.org/svn/example/trunk@38 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index eee5255..2c62cfb 100755 --- a/setup.php +++ b/setup.php @@ -181,7 +181,7 @@ function plugin_example_getSearchOption(){ $sopt[PLUGIN_EXAMPLE_TYPE][30]['table']='glpi_plugin_example'; $sopt[PLUGIN_EXAMPLE_TYPE][30]['field']='ID'; - $sopt[PLUGIN_EXAMPLE_TYPE][30]['linkfield']='ID'; + $sopt[PLUGIN_EXAMPLE_TYPE][30]['linkfield']=''; $sopt[PLUGIN_EXAMPLE_TYPE][30]['name']=$LANG["common"][2]; return $sopt;