mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +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;
|
$days = null;
|
||||||
$starts = null;
|
$startts = null;
|
||||||
$endts = null;
|
$endts = null;
|
||||||
if(isset($_GET['days']) && is_numeric($_GET['days'])) {
|
if(isset($_GET['days']) && is_numeric($_GET['days'])) {
|
||||||
$days = (int) $_GET['days'];
|
$days = (int) $_GET['days'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user