Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2024-03-28 18:30:22 +01:00
commit 8b2db5376c

View File

@ -106,7 +106,7 @@ class SeedDMS_View_ExpiredDocuments extends SeedDMS_Theme_Style {
if($startts)
$d['start'] = $startts;
if($endts)
$d['end'] = $endts;
$d['end'] = $endts+86400;
$docs = $dms->getDocumentsExpired($d, null, $orderby, $orderdir, true);
$this->contentHeading(getReadableDate($startts)." - ".getReadableDate($endts));
}