From 3944d456132176f25db15f10e92e6f8e2aa4358f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Sep 2008 01:23:25 +0000 Subject: [PATCH] Fix: When editing status, filters and sort order not lost. --- htdocs/comm/prospect/prospects.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/prospect/prospects.php b/htdocs/comm/prospect/prospects.php index e9e6eb53112..687ee47bd62 100644 --- a/htdocs/comm/prospect/prospects.php +++ b/htdocs/comm/prospect/prospects.php @@ -186,7 +186,7 @@ if ($resql) { if ($value <> $obj->fk_stcomm) { - print ''; + print ''; print img_action(0,$value); print ' '; } @@ -197,7 +197,7 @@ if ($resql) $i++; } - if ($num > $conf->liste_limit || $page > 0) print_barre_liste('', $page, $_SERVER["PHP_SELF"],$urladd,$sortfield,$sortorder,'',$num,$nbtotalofrecords); + if ($num > $conf->liste_limit || $page > 0) print_barre_liste('', $page, $_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$nbtotalofrecords); print ""; $db->free($resql);