@@ 484-488 (lines=5) @@ | ||
481 | $formParser = ''; |
|
482 | } |
|
483 | ||
484 | if ('' != $_POST['formTemplate']) { |
|
485 | $formTemplate = unserialize($_POST['formTemplate']); |
|
486 | } else { |
|
487 | $formTemplate = ''; |
|
488 | } |
|
489 | ||
490 | $status = $data->createFtsConfiguration($_POST['formName'], $formParser, $formTemplate, $_POST['formComment']); |
|
491 | if (0 == $status) { |
|
@@ 904-908 (lines=5) @@ | ||
901 | } else { |
|
902 | $this->coalesceArr($_POST, 'formIsTemplate', false); |
|
903 | ||
904 | if (isset($_POST['formTemplate'])) { |
|
905 | $formTemplate = unserialize($_POST['formTemplate']); |
|
906 | } else { |
|
907 | $formTemplate = ''; |
|
908 | } |
|
909 | ||
910 | $this->coalesceArr($_POST, 'formLexize', ''); |
|
911 |