From 08a88aabb0f00fced9f1c637921c6e85fd1dc7c3 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 16 Nov 2004 21:34:57 +0000 Subject: [PATCH] Correction passage des variables page et autres --- htdocs/fourn/facture/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index 0aaf1533d4a..9106c3aef7d 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -43,6 +43,9 @@ if ($_GET["action"] == 'delete') $facid = 0 ; } +$page=$_GET["page"]; +$sortorder=$_GET["sortorder"]; +$sortfield=$_GET["sortfield"]; if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit;