X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..eb55e2f8ca3859482a389795e03b45283e14ef36:/mobile/time_delete.php diff --git a/mobile/time_delete.php b/mobile/time_delete.php index 4dde97d0..9e818e78 100644 --- a/mobile/time_delete.php +++ b/mobile/time_delete.php @@ -90,7 +90,7 @@ if ($request->isPost()) { header('Location: time.php'); exit(); } -} // POST +} // isPost $form = new Form('timeRecordForm'); $form->addInput(array('type'=>'hidden','name'=>'id','value'=>$cl_id));