And more validations for warnings and notices

This commit is contained in:
Julio Cesar Laura
2013-01-31 11:56:38 -04:00
parent f1adb32e5d
commit 491bbee8e9
3 changed files with 5 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ $newContent = $G_FORM->getFields( $template );
$sendContent = array ();
$r = 0;
foreach ($dependentFields as $d) {
$sendContent[$r] = new stdclass();
$sendContent[$r]->name = $d;
$sendContent[$r]->content = null;
foreach ($G_FORM->fields[$d] as $attribute => $value) {