diff options
Diffstat (limited to 'modules_v3/GEDFact_assistant/_CENS/addnoteaction_assisted.php')
| -rw-r--r-- | modules_v3/GEDFact_assistant/_CENS/addnoteaction_assisted.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules_v3/GEDFact_assistant/_CENS/addnoteaction_assisted.php b/modules_v3/GEDFact_assistant/_CENS/addnoteaction_assisted.php index 5f7eea3461..2ae8e466a6 100644 --- a/modules_v3/GEDFact_assistant/_CENS/addnoteaction_assisted.php +++ b/modules_v3/GEDFact_assistant/_CENS/addnoteaction_assisted.php @@ -27,7 +27,9 @@ $newgedrec = "0 @XREF@ NOTE\n"; -if (isset($_REQUEST['EVEN'])) $EVEN = $_REQUEST['EVEN']; +if (isset($_REQUEST['EVEN'])) { + $EVEN = $_REQUEST['EVEN']; +} if (!empty($EVEN) && count($EVEN) > 0) { $newgedrec .= "1 DATA\n"; $newgedrec .= "2 EVEN " . implode(",", $EVEN) . "\n"; |
