Code committed : ps
This commit is contained in:
parent
e8dc0a2f35
commit
5843657361
@ -43,8 +43,8 @@ class Request_DataDump_Controller extends REST_Controller {
|
||||
// echo $memory_limit;die();
|
||||
$records = $this->post();
|
||||
if(!empty($records)){
|
||||
// $id = $this->Data_Dump_Model->saveRecords($records, DATADUMPREQUEST);
|
||||
$id = 7;
|
||||
$id = $this->Data_Dump_Model->saveRecords($records, DATADUMPREQUEST);
|
||||
// $id = 7;
|
||||
log_message('ERROR','## 1) saveDatadumpRequest Fns RequestID - '.$id);
|
||||
if ($id) {
|
||||
$data['dataStatus'] = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user