modif register_global

This commit is contained in:
Rodolphe Quiedeville 2004-07-30 08:08:31 +00:00
parent 3b0c44eed7
commit 9168bd5905

View File

@ -31,6 +31,12 @@ $user->getrights('projet');
llxHeader();
$sortorder=$_GET["sortorder"];
$sortfield=$_GET["sortfield"];
$page=$_GET["page"];
$socid=$_GET["socid"];
/*
* Sécurité accés client
*/
@ -40,6 +46,10 @@ if ($user->societe_id > 0)
$socid = $user->societe_id;
}
$sortorder=$_GET["sortorder"];
$sortfield=$_GET["sortfield"];
$page=$_GET["page"];
if ($sortorder == "")
{
$sortorder="ASC";