Google sheet 6 : ps
This commit is contained in:
parent
f2760ca07c
commit
fbe7aedacf
@ -88,7 +88,8 @@ class Data_Dump_Controller extends REST_Controller {
|
||||
// $logger = MYLOG::logFunction(null,"Gsheet");
|
||||
log_message('ERROR','#/# G-Sheet Fns Entered - '.date('Y-m-d H:i:s A'));
|
||||
// $sheetData = $this->post();
|
||||
$sheetData = json_decode($this->post(),true);
|
||||
// $sheetData = json_decode($this->post(),true);
|
||||
$sheetData = json_decode($_POST['data']);
|
||||
log_message('ERROR','#/# Params Count - '.count($sheetData));
|
||||
if(count($sheetData) > 0){
|
||||
$pd_id = $this->modificationGsheetData($sheetData);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user