Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2018-12-24 15:49:21 +01:00
commit 9df8975092
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -107,8 +107,7 @@ class qa
$sql = 'SELECT q.question_id, q.lang_iso
FROM ' . $this->table_captcha_questions . ' q, ' . $this->table_captcha_answers . ' a
WHERE q.question_id = a.question_id
GROUP BY lang_iso';
WHERE q.question_id = a.question_id';
$result = $db->sql_query($sql, 7200);
while ($row = $db->sql_fetchrow($result))