From 096fb85eb8849aaac243c80e651617b886eab3e1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Jan 2005 20:45:19 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Propagation=20des=20param=E8tres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/ventilation/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/ventilation/index.php b/htdocs/compta/ventilation/index.php index 1939429e57f..16b8ce5c6b3 100644 --- a/htdocs/compta/ventilation/index.php +++ b/htdocs/compta/ventilation/index.php @@ -30,7 +30,7 @@ require("./pre.inc.php"); -Header("Location: liste.php"); +Header("Location: liste.php?".$_SERVER["QUERY_STRING"]); llxFooter("Dernière modification $Date$ révision $Revision$"); ?>