fixed future-bug

highcharts
agp8x 2014-08-01 01:01:20 +02:00
parent 3b3cec391d
commit 54aa5c1314
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if($mode==1){
if($_GET['month']>$today[1]){
$future=true;
}else{
if($_GET['day']>$today[0]){
if($_GET['day']>$today[0] && $_GET['month']==$today[1]){
$future=true;
}
}