return in_array($do_something, $this->rights);
}
- // isManager - determines whether current user is group manager.
- // This is a legacy function that we are getting rid of by replacing with rights check.
- function isManager() {
- return $this->can('export_data'); // By default this is assigned to managers but not co-managers.
- // Which is sufficient for now until we refactor all calls
- // to this function and then remove it.
- }
-
// isClient - determines whether current user is a client.
function isClient() {
return $this->is_client;
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.17.88.4259 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.17.88.4260 | 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>