mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fixed typo in variable name
This commit is contained in:
parent
1abf8802dc
commit
929ceb91e4
|
@ -47,7 +47,7 @@ if (isset($_GET["orderdir"]) && strlen($_GET["orderdir"])==1 ) {
|
|||
}
|
||||
|
||||
$days = null;
|
||||
$starts = null;
|
||||
$startts = null;
|
||||
$endts = null;
|
||||
if(isset($_GET['days']) && is_numeric($_GET['days'])) {
|
||||
$days = (int) $_GET['days'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user