mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-30 07:48:43 +02:00
rrection Left JOin
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@25 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
@ -45,16 +45,12 @@ if ($_SESSION["glpiactiveprofile"]["interface"] == "central"){
|
||||
|
||||
checkRight("computer","r");
|
||||
|
||||
commonHeader($LANG["title"][8],$_SERVER['PHP_SELF'],"plugin","example");
|
||||
|
||||
manageGetValuesInSearch(PLUGIN_EXAMPLE_TYPE);
|
||||
|
||||
searchForm(PLUGIN_EXAMPLE_TYPE,$_SERVER['PHP_SELF'],$_GET["field"],$_GET["contains"],$_GET["sort"],$_GET["deleted"],$_GET["link"],$_GET["distinct"],$_GET["link2"],$_GET["contains2"],$_GET["field2"],$_GET["type2"]);
|
||||
|
||||
showList(PLUGIN_EXAMPLE_TYPE,$_SERVER['PHP_SELF'],$_GET["field"],$_GET["contains"],$_GET["sort"],$_GET["order"],$_GET["start"],$_GET["deleted"],$_GET["link"],$_GET["distinct"],$_GET["link2"],$_GET["contains2"],$_GET["field2"],$_GET["type2"]);
|
||||
|
||||
commonFooter();
|
||||
|
||||
commonFooter();
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user