This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-11-09 17:27:35 -04:00
parent 3eca17bf12
commit 4d80c2935e
2 changed files with 4 additions and 1 deletions

View File

@@ -485,6 +485,9 @@ class pmDynaform
private function getValuesDependentFields($json)
{
if (!isset($this->record["DYN_CONTENT"])) {
return array();
}
$data = array();
if (isset($json->dbConnection) && isset($json->sql)) {
$salida = array();