Exercise: Aiken: Remove comma character not accepted by PHP 7.2

pull/4552/head
Yannick Warnier 3 years ago
parent e814611c05
commit f3fc1825f8
  1. 2
      main/exercise/export/aiken/aiken_import.inc.php

@ -57,7 +57,7 @@ function generateAikenForm()
'aiken_generate', 'aiken_generate',
'post', 'post',
api_get_self()."?".api_get_cidreq(), api_get_self()."?".api_get_cidreq(),
null, null
); );
$form->addElement('header', get_lang('AIQuestionsGenerator')); $form->addElement('header', get_lang('AIQuestionsGenerator'));
$form->addElement('text', 'quiz_name', [get_lang('QuestionsTopic'), get_lang('QuestionsTopicHelp')]); $form->addElement('text', 'quiz_name', [get_lang('QuestionsTopic'), get_lang('QuestionsTopicHelp')]);

Loading…
Cancel
Save