see #5: fix remaining parameter
parent
18a110c2f1
commit
0e0a7a5138
|
|
@ -455,7 +455,7 @@ function isFuture($today, $day, $month, $year){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
# check day
|
# check day
|
||||||
return $today[0] < $day && $overwriteDay;
|
return $today[0] < $day;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# base case
|
# base case
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue