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