This commit is contained in:
Rodolphe Quiedeville 2006-01-11 10:41:33 +00:00
parent 3c505a0338
commit 232f54cb1f

View File

@ -32,7 +32,8 @@ function stat_year_bar($year)
} }
else else
{ {
$string .= '<a href="'.$PHP_SELF.'?year='.$x.'">'.$x.'</a>&nbsp;|&nbsp;'; $string .= '<a href="'.$_SERVER["SCRIPT_URI"].'?year='.$x.'&amp;'.$_SERVER["QUERY_STRING"];
$string .= '">'.$x.'</a>&nbsp;|&nbsp;';
} }
$x++; $x++;
} }