Improvement in add case notes from the cases list
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
unset($_SESSION['APPLICATION']);
|
||||
|
||||
//get the action from GET or POST, default is todo
|
||||
$action = isset( $_GET['action'] ) ? $_GET['action'] : (isset( $_POST['action'] ) ? $_POST['action'] : 'todo');
|
||||
//fix a previous inconsistency
|
||||
|
||||
Reference in New Issue
Block a user