mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
include complete day of end date
This commit is contained in:
parent
84ff9e48fe
commit
1abf8802dc
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user