<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.9.22.3478 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.9.22.3479 | 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>
setChange("DROP INDEX name_idx on tt_invoices");
setChange("create unique index name_idx on tt_invoices(team_id, name, status)");
setChange("ALTER TABLE tt_teams ADD COLUMN lock_spec varchar(255) default NULL");
+ setChange("ALTER TABLE tt_teams DROP locktime");
}
// The update_clients function updates projects field in tt_clients table.
if (ttTeamHelper::update($user->team_id, array(
'name' => $user->team,
'lock_spec' => $cl_lock_spec))) {
- header('Location: time.php');
+ header('Location: profile_edit.php');
exit();
} else {
$err->add($i18n->getKey('error.db'));