Merge pull request #2340 from julceslauhub/master

Improvement in add case notes from the cases list
This commit is contained in:
julceslauhub
2014-04-29 13:44:24 -03:00

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