mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'wip-MDL-26348-m24' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
da6675d633
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ class tool_customlang_translator implements renderable {
|
|||
list($insql, $inparams) = $DB->get_in_or_equal($filter->component, SQL_PARAMS_NAMED);
|
||||
|
||||
$csql = "SELECT COUNT(*)";
|
||||
$fsql = "SELECT s.id, s.*, c.name AS component";
|
||||
$fsql = "SELECT s.*, c.name AS component";
|
||||
$sql = " FROM {tool_customlang_components} c
|
||||
JOIN {tool_customlang} s ON s.componentid = c.id
|
||||
WHERE s.lang = :lang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue