This commit is contained in:
Paula V. Quispe
2016-10-12 10:16:38 -04:00
parent aac460328e
commit 0948294190

View File

@@ -1254,6 +1254,12 @@ class pmDynaform
$ds->next(); $ds->next();
$row = $ds->getRow(); $row = $ds->getRow();
$json = G::json_decode($row["DYN_CONTENT"]); $json = G::json_decode($row["DYN_CONTENT"]);
$data = array();
$data["CURRENT_DYNAFORM"] = $dyn_uid;
$pmDynaForm = new pmDynaform($data);
$pmDynaForm->jsonr($json);
return $this->jsonsf($json, $field_id); return $this->jsonsf($json, $field_id);
} }