fix syntax error

This commit is contained in:
Uwe Steinmann 2015-09-23 15:00:47 +02:00
parent da168c3eec
commit 3c13873195

View File

@ -39,7 +39,7 @@ if(!empty($_GET['todate'])) {
$to = time();
}
if(isset($_GET['skip'])) {
if(isset($_GET['skip']))
$skip = $_GET['skip'];
else
$skip = array();