mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
fix syntax error
This commit is contained in:
parent
da168c3eec
commit
3c13873195
|
@ -39,7 +39,7 @@ if(!empty($_GET['todate'])) {
|
||||||
$to = time();
|
$to = time();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($_GET['skip'])) {
|
if(isset($_GET['skip']))
|
||||||
$skip = $_GET['skip'];
|
$skip = $_GET['skip'];
|
||||||
else
|
else
|
||||||
$skip = array();
|
$skip = array();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user