Bugfix
This commit is contained in:
parent
3c505a0338
commit
232f54cb1f
@ -32,7 +32,8 @@ function stat_year_bar($year)
|
||||
}
|
||||
else
|
||||
{
|
||||
$string .= '<a href="'.$PHP_SELF.'?year='.$x.'">'.$x.'</a> | ';
|
||||
$string .= '<a href="'.$_SERVER["SCRIPT_URI"].'?year='.$x.'&'.$_SERVER["QUERY_STRING"];
|
||||
$string .= '">'.$x.'</a> | ';
|
||||
}
|
||||
$x++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user