diff --git a/hook.php b/hook.php index 9047a35..a459328 100644 --- a/hook.php +++ b/hook.php @@ -180,7 +180,7 @@ function plugin_example_forceGroupBy($type) { } -function plugin_example_addWhere($link,$nott,$type,$ID,$val) { +function plugin_example_addWhere($link, $nott, $type, $ID, $val, $searchtype) { $searchopt = &Search::getOptions($type); $table = $searchopt[$ID]["table"]; @@ -359,7 +359,7 @@ function plugin_example_MassiveActionsProcess($data) { return array('ok' => $ok, 'ko' => $ko, 'noright' => $noright); - + }