From d5d64411bd4e8a98f37f6af4703b5ac7eacbee26 Mon Sep 17 00:00:00 2001 From: moyooo Date: Wed, 25 Jun 2008 14:50:49 +0000 Subject: [PATCH] [several] revert wrong updates git-svn-id: https://forge.glpi-project.org/svn/example/trunk@50 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 729af9f..52f6d36 100755 --- a/setup.php +++ b/setup.php @@ -208,7 +208,7 @@ function plugin_example_giveItem($type,$field,$data,$num,$linkfield=""){ return ""; } -function plugin_example_addLeftJoin($type,$ref_table,$new_table,$linkfield,&$already_link_tables){ +function plugin_example_addLeftJoin($type,$ref_table,$new_table,$linkfield){ // Example of standard LEFT JOIN clause but use it ONLY for specific LEFT JOIN // No need of the function if you do not have specific cases