diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index f3adef93972..89fc0fb1005 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -42,7 +42,6 @@ if ($user->societe_id > 0) $sortorder=$_GET["sortorder"]?$_GET["sortorder"]:$_POST["sortorder"]; $sortfield=$_GET["sortfield"]?$_GET["sortfield"]:$_POST["sortfield"]; -$socid=$_GET["socid"]?$_GET["socid"]:$_POST["socid"]; $page=$_GET["page"]?$_GET["page"]:$_POST["page"]; if (! $sortorder) $sortorder="DESC"; @@ -54,13 +53,6 @@ $offset = $limit * $page ; $pageprev = $page - 1; $pagenext = $page + 1; -// Securité accès client -if ($user->societe_id > 0) -{ - $action = ''; - $socid = $user->societe_id; -} - llxHeader();