Skip to content

Commit 9a01e1f

Browse files
committed
docs: code comment
1 parent 36e8a40 commit 9a01e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/formanswer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ public function getFullForm($richText = false): string {
11681168
$last_section = $question_line[$sectionFk];
11691169
}
11701170

1171-
// Don't save tags in "full form"
1171+
// Don't save tags, additional fields or descriptions in "full form"
11721172
if (in_array($question_line['fieldtype'], ['tag', 'fields', 'description'])) {
11731173
continue;
11741174
}

0 commit comments

Comments
 (0)