Merge pull request #12 from marcoAntonioNina/BUG-7657

BUG 7657 Dependent Fields don't work SOLVED
This commit is contained in:
julceslauhub
2012-05-29 08:14:38 -07:00

View File

@@ -54,7 +54,7 @@
}
$G_FORM=new form( $xmlFile , $sPath );
$G_FORM->id=urlDecode($_POST['form']);
$G_FORM->values=isset($_SESSION[c]) ? $_SESSION[$G_FORM->id] : array();
$G_FORM->values=isset($_SESSION[$G_FORM->id]) ? $_SESSION[$G_FORM->id] : array();
$newValues=($json->decode(urlDecode(stripslashes($_POST['fields']))));
if (isset($_POST['grid'])) {
$_POST['row'] = (int)$_POST['row'];