little fix, remove a debug die() class

This commit is contained in:
Erik Amaru Ortiz
2014-04-09 08:48:04 -04:00
parent 7f46be1ec8
commit a6f7a330f7

View File

@@ -77,7 +77,7 @@ if (isset($_FILES["PROCESS_FILENAME"])) {
die($e->getMessage());
}
}
die;
function reservedWordsSqlValidate ($data)
{
$arrayAux = array ();
@@ -118,6 +118,7 @@ if ($action == "uploadFileNewProcess") {
try {
//type of file: only pm
$processFileType = $_REQUEST["processFileType"];
$oProcess = new stdClass();
$oData = new stdClass();