Searched refs:ca_notes (Results 1 – 1 of 1) sorted by relevance
/webtrees/app/Module/ |
H A D | CensusAssistantModule.php | 131 $ca_notes = Validator::parsedBody($request)->string('ca_notes'); 137 … = $this->createNoteText($census, $ca_title, $ca_place, $ca_citation, $ca_individuals, $ca_notes); 161 * @param string $ca_notes 165 … $ca_title, string $ca_place, string $ca_citation, array $ca_individuals, string $ca_notes): string argument 193 if ($ca_notes !== '') { 194 $text .= "\n\n" . strtr($ca_notes, ["\r" => '']);
|