Skip to content
GitLab
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
b4f7f20a
Commit
b4f7f20a
authored
Nov 10, 2015
by
Eloy Lafuente
Committed by
Dan Poltawski
Nov 11, 2015
Browse files
Merge branch 'MDL-50781-28' of
git://github.com/danpoltawski/moodle
into MOODLE_28_STABLE
parents
9856eadb
efb26ed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
user/index.php
View file @
b4f7f20a
...
...
@@ -230,7 +230,9 @@ if ($mycourses = enrol_get_my_courses()) {
$controlstable
->
data
[
0
]
->
cells
[]
=
$OUTPUT
->
render
(
$select
);
}
$controlstable
->
data
[
0
]
->
cells
[]
=
groups_print_course_menu
(
$course
,
$baseurl
->
out
(),
true
);
if
(
$groupmenu
=
groups_print_course_menu
(
$course
,
$baseurl
->
out
(),
true
))
{
$controlstable
->
data
[
0
]
->
cells
[]
=
$groupmenu
;
}
if
(
!
isset
(
$hiddenfields
[
'lastaccess'
]))
{
// Get minimum lastaccess for this course and display a dropbox to filter by lastaccess going back this far.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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