From 6848a7b419fce853df1a95d6455516cf0e1bb14c Mon Sep 17 00:00:00 2001 From: moyooo Date: Mon, 5 Jan 2009 21:46:19 +0000 Subject: [PATCH] add comment git-svn-id: https://forge.glpi-project.org/svn/example/trunk@59 349b9182-4a13-0410-896f-e5e9767dd1b3 --- hook.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hook.php b/hook.php index 2a71d41..7784d8d 100644 --- a/hook.php +++ b/hook.php @@ -149,6 +149,7 @@ function plugin_example_addWhere($link,$nott,$type,$ID,$val){ return ""; } +// This is not a real example because the use of Having condition in this case is not suitable function plugin_example_addHaving($link,$nott,$type,$ID,$val,$num){ global $SEARCH_OPTION;