mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
remove spaces
This commit is contained in:
parent
b14326e1ad
commit
cd3026a88a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user