A better comment
[timetracker.git] / time_delete.php
index 538d9c7..26b1793 100644 (file)
@@ -89,7 +89,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));