mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
check if _GET[skip] is set
This commit is contained in:
parent
de6cc16428
commit
da168c3eec
|
@ -39,6 +39,11 @@ if(!empty($_GET['todate'])) {
|
|||
$to = time();
|
||||
}
|
||||
|
||||
if(isset($_GET['skip'])) {
|
||||
$skip = $_GET['skip'];
|
||||
else
|
||||
$skip = array();
|
||||
|
||||
$data = $dms->getTimeline($from, $to);
|
||||
|
||||
$tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME']));
|
||||
|
|
Loading…
Reference in New Issue
Block a user