Improvement in add case notes from the cases list

This commit is contained in:
Julio Cesar Laura
2014-04-29 12:41:41 -04:00
parent bcd20af7f5
commit b8e41bd2a1

View File

@@ -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