added glass scale symptoms to translations
Some checks failed
PHPUnit / test (push) Has been cancelled
Some checks failed
PHPUnit / test (push) Has been cancelled
This commit is contained in:
@ -1430,7 +1430,7 @@ function qdb_format_glass_answer_json_display(PDO $pdo, ?string $raw, array &$st
|
||||
*/
|
||||
function qdb_translation_entry_lists(PDO $pdo, string $qnID): array {
|
||||
$qStmt = $pdo->prepare("
|
||||
SELECT q.questionID, q.defaultText, q.configJson, q.orderIndex
|
||||
SELECT q.questionID, q.defaultText, q.type, q.configJson, q.orderIndex
|
||||
FROM question q WHERE q.questionnaireID = :id ORDER BY q.orderIndex
|
||||
");
|
||||
$qStmt->execute([':id' => $qnID]);
|
||||
|
||||
Reference in New Issue
Block a user