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();
|
// echo $memory_limit;die();
|
||||||
$records = $this->post();
|
$records = $this->post();
|
||||||
if(!empty($records)){
|
if(!empty($records)){
|
||||||
// $id = $this->Data_Dump_Model->saveRecords($records, DATADUMPREQUEST);
|
$id = $this->Data_Dump_Model->saveRecords($records, DATADUMPREQUEST);
|
||||||
$id = 7;
|
// $id = 7;
|
||||||
log_message('ERROR','## 1) saveDatadumpRequest Fns RequestID - '.$id);
|
log_message('ERROR','## 1) saveDatadumpRequest Fns RequestID - '.$id);
|
||||||
if ($id) {
|
if ($id) {
|
||||||
$data['dataStatus'] = true;
|
$data['dataStatus'] = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user