]> wagnertech.de Git - timetracker.git/blobdiff - mobile/time_edit.php
A better comment
[timetracker.git] / mobile / time_edit.php
index 7130b8cd349c5a456a17777d26052b2cc3010e96..46c89d92c43809f4bb9bcd9cf0cd3f6de5e94f03 100644 (file)
@@ -333,7 +333,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);