X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..91e951c88f39495bad54d1e06eb138b65c53c6d8:/time_edit.php diff --git a/time_edit.php b/time_edit.php index 7e4f7bf2..b3756b44 100644 --- a/time_edit.php +++ b/time_edit.php @@ -98,7 +98,7 @@ if ($request->isPost()) { if (($cl_start == $cl_finish) && ($cl_duration == '0:00')) { $cl_finish = ''; $cl_duration = ''; - $messages->add($i18n->getKey('form.time_edit.uncompleted')); + $msg->add($i18n->getKey('form.time_edit.uncompleted')); } } @@ -393,7 +393,7 @@ if ($request->isPost()) { header("Location: time_delete.php?id=$cl_id"); exit(); } -} // POST +} // isPost $smarty->assign('client_list', $client_list); $smarty->assign('project_list', $project_list);