mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
add head line in plain/text mail
This commit is contained in:
parent
bd9c9e8e3b
commit
918af9b2e3
|
@ -779,6 +779,7 @@ class SeedDMS_RecentChangesTask extends SeedDMS_SchedulerTaskBase { /* {{{ */
|
||||||
foreach($lists as $dt) {
|
foreach($lists as $dt) {
|
||||||
$params = array();
|
$params = array();
|
||||||
$bodyhtml .= "<h2>".getMLText('latest_'.$dt)."</h2>".PHP_EOL;
|
$bodyhtml .= "<h2>".getMLText('latest_'.$dt)."</h2>".PHP_EOL;
|
||||||
|
$body .= getMLText('latest_'.$dt).PHP_EOL.PHP_EOL;
|
||||||
$ds = SeedDMS_Core_DMS::filterAccess($docs[$dt], $u, M_READ);
|
$ds = SeedDMS_Core_DMS::filterAccess($docs[$dt], $u, M_READ);
|
||||||
$params['count_'.$dt] = count($ds);
|
$params['count_'.$dt] = count($ds);
|
||||||
if (count($ds)>0) {
|
if (count($ds)>0) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user