<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.17.61.4116 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.17.61.4117 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
<a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
<a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
<a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
// Email report if condition is okay.
if ($condition_ok) {
if (ttReportHelper::sendFavReport($report, $val['subject'], $val['email'], $val['cc']))
- echo "Report ".$val['report_id']. " sent to ".$val['email']."<br>";
+ echo "Report ".$val['report_id']. " sent.<br>";
else
echo "Error while emailing report...<br>";
}