From 6c7442994b67e163ee92829a31e2b562634d3a23 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 20 Mar 2008 22:31:23 +0000 Subject: [PATCH] Fix: Filter lost in navigation --- htdocs/comm/action/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 72fe1c6e756..5e516ae3084 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -117,7 +117,7 @@ $day = -date("w",dolibarr_mktime(0,0,0,$month,1,$year))+2; if ($day > 1) $day -= 7; // Show navigation bar -$param='&userasked='.$fitlera.'&usertodo='.$filtert.'&userdone='.$filterd; +$param='&userasked='.$filtera.'&usertodo='.$filtert.'&userdone='.$filterd; $nav ="".img_previous($langs->trans("Previous"))."\n"; $nav.=" ".dolibarr_print_date(dolibarr_mktime(0,0,0,$month,1,$year),"%b"); $nav.=" $year";