We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fe611 commit e518b7dCopy full SHA for e518b7d
inc/formanswer.class.php
@@ -837,7 +837,7 @@ public function prepareInputForAdd($input) {
837
}
838
839
try {
840
- $input['name'] = $DB->escape($this->parseTags($form->fields['formanswer_name']));
+ $input['name'] = $this->parseTags($form->fields['formanswer_name']);
841
} catch (Exception $e) {
842
// A fatal error caught during parsing of tags
843
$GLPI->getErrorHandler()->handleException($e, false);
0 commit comments