mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-07-15 08:58:10 +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")) {
|
if (!$db->createTemporaryTable("ttstatid") || !$db->createTemporaryTable("ttcontentid")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$tsnow = mktime(0, 0, 0); /* Start of today */
|
$tsnow = mktime(0, 0, 0); /* Start of today */
|
||||||
if(is_int($date)) {
|
if(is_int($date)) {
|
||||||
$ts = $tsnow + $date * 86400;
|
$ts = $tsnow + $date * 86400;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user