mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
limit timeline to date range
This commit is contained in:
parent
c8b007a1af
commit
619d2b5ca3
|
@ -103,7 +103,7 @@ $this->contentHeading(getMLText("timeline"));
|
|||
}
|
||||
$item['msg'] = $msg;
|
||||
}
|
||||
$this->printTimeline($data, 550);
|
||||
$this->printTimeline($data, 550, date('Y-m-d', $from), date('Y-m-d', $to+1));
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user