<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.13.11.3736 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.13.11.3737 | 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>
}
// Check if PHP version is good enough.
- $required_version = '5.2.1'; // Something in TCPDF library does not work below this one.
+ // $required_version = '5.2.1'; // Something in TCPDF library does not work below this one.
+ $required_version = '5.4.0'; // Week view (week.php) requires 5.4 because of []-way of referencing arrays.
+ // This needs further investigation as we use [] elsewhere without obvious problems.
if (version_compare(phpversion(), $required_version, '>=')) {
echo('PHP version: '.phpversion().', good enough.<br>');
} else {