Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
24131d08
Commit
24131d08
authored
Dec 12, 2017
by
jun
Browse files
Merge branch 'MDL-59970-master' of
git://github.com/damyon/moodle
parents
6d326b17
9a7671da
Changes
1
Hide whitespace changes
Inline
Side-by-side
competency/classes/user_competency_course.php
View file @
24131d08
...
...
@@ -282,7 +282,6 @@ class user_competency_course extends persistent {
ORDER BY p.timesproficient ASC, c.id DESC'
;
$results
=
$DB
->
get_records_sql
(
$sql
,
$params
,
$skip
,
$limit
);
$a
=
$DB
->
get_records_sql
(
'SELECT * from {'
.
self
::
TABLE
.
'}'
);
$comps
=
array
();
foreach
(
$results
as
$r
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment