}
if ($include_quota) {
$quota = $val['quota_percent'];
- if (null == $quota)
- $quota = '100'; // Null means 100%. Perhaps enforce not NULLs in db and eliminate this check.
- elseif (ttEndsWith($quota, '.00'))
+ if (ttEndsWith($quota, '.00'))
$quota = substr($quota, 0, strlen($quota)-3); // Trim trailing ".00";
elseif ($replaceDecimalMark)
$quota = str_replace('.', $decimal_mark, $quota);
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.36.4682 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.36.4683 | 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>