<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.11.46.3649 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.11.47.3650 | 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>
// Get favorite report details.
$report = ttFavReportHelper::getReport($val['report_id']);
- if (!$report) continue;
+ if (!$report) continue; // Skip not found report.
- // Recycle global $user and $i18n objects, as user settings and language are specific for each report.
+ // Recycle global $user object, as user settings are specific for each report.
$user = new ttUser(null, $report['user_id']);
+ if (!$user->id) continue; // Skip not found user.
+ // Recycle $i18n object because language is user-specific.
$i18n->load($user->lang);
// Check condition on a report.