remove spaces

This commit is contained in:
Uwe Steinmann 2020-06-28 13:57:34 +02:00
parent b14326e1ad
commit cd3026a88a

View File

@ -764,7 +764,7 @@ class SeedDMS_Core_DMS {
if (!$db->createTemporaryTable("ttstatid") || !$db->createTemporaryTable("ttcontentid")) {
return false;
}
$tsnow = mktime(0, 0, 0); /* Start of today */
if(is_int($date)) {
$ts = $tsnow + $date * 86400;