<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.9.16.3420 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.9.16.3422 | 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>
</tr>
</table>
</body>
-</html>
\ No newline at end of file
+</html>
// Determine if it's okay to delete the record.
- // Determine lock date.
+ // Determine lock date.
$lock_interval = $user->lock_interval;
$lockdate = 0;
if ($lock_interval > 0) {
}
}
if ($request->getParameter('cancel_button')) { // Cancel button pressed.
- header('Location: expenses.php');
- exit();
+ header('Location: expenses.php');
+ exit();
}
}
$smarty->assign('title', $i18n->getKey('title.delete_expense'));
$smarty->assign('content_page_name', 'expense_delete.tpl');
$smarty->display('index.tpl');
+