mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
8b2db5376c
|
@ -106,7 +106,7 @@ class SeedDMS_View_ExpiredDocuments extends SeedDMS_Theme_Style {
|
||||||
if($startts)
|
if($startts)
|
||||||
$d['start'] = $startts;
|
$d['start'] = $startts;
|
||||||
if($endts)
|
if($endts)
|
||||||
$d['end'] = $endts;
|
$d['end'] = $endts+86400;
|
||||||
$docs = $dms->getDocumentsExpired($d, null, $orderby, $orderdir, true);
|
$docs = $dms->getDocumentsExpired($d, null, $orderby, $orderdir, true);
|
||||||
$this->contentHeading(getReadableDate($startts)." - ".getReadableDate($endts));
|
$this->contentHeading(getReadableDate($startts)." - ".getReadableDate($endts));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user