Modif mineure

This commit is contained in:
Laurent Destailleur 2004-11-02 22:12:35 +00:00
parent ddce1625b4
commit 3c131f3554

View File

@ -57,7 +57,7 @@ $view=isset($_GET["view"])?$_GET["view"]:$_POST["view"];
$contactname=isset($_GET["contactname"])?$_GET["contactname"]:$_POST["contactname"];
$sortfield = isset($_GET["sortfield"])?$_GET["sortfield"]:$_POST["sortfield"];
$sortorder = isset($_GET["sortorder"])?$_GET["sortorder"]:$_POST["sortorder"];
$page = $_GET["page"];
$page = isset($_GET["page"])?$_GET["page"]:$_POST["page"];
if ($sortorder == "")
{