From d82d5a1ac349cb54737e489961c82e4d86a9c03e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Feb 2007 00:56:13 +0000 Subject: [PATCH] Fix: Correction navigation --- htdocs/adherents/liste.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/liste.php b/htdocs/adherents/liste.php index 06eecaee44c..f8ce3256eee 100644 --- a/htdocs/adherents/liste.php +++ b/htdocs/adherents/liste.php @@ -1,7 +1,7 @@ * Copyright (C) 2002-2003 Jean-Louis Bergamo - * Copyright (C) 2004-2006 Laurent Destailleur + * Copyright (C) 2004-2007 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -216,7 +216,7 @@ if ($result) if ($num > $conf->liste_limit) { print ""; - print_barre_liste($titre, $page, $_SERVER["PHP_SELF"], "&statut=$statut&sortorder=$sortorder&sortfield=$sortfield",$sortfield,$sortorder,'',$num); + print_barre_liste($titre,$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num); print "

\n"; } print "
";