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
iena
iena-course-format
Commits
7c35c305
Commit
7c35c305
authored
May 24, 2019
by
Thomas Fradet
Browse files
bugs divers
parent
2a63c0ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
7c35c305
...
...
@@ -347,7 +347,7 @@ Variable courseid non définie remplacée par $COURSE->id plus sécurisée.
#### Paramètres
Changement des jours de
`"*/1" à "*"`
pour envoyer tous les jours.
[x]
Changement des jours de
`"*/1" à "*"`
pour envoyer tous les jours.
#### Performance
...
...
view/view_param_section.php
View file @
7c35c305
...
...
@@ -51,7 +51,7 @@
public
function
get_content
(
$course
,
$dataSection
)
{
global
$DB
,
$CFG
,
$PAGE
;
var_dump
(
$dataSection
);
$mform
=
$this
->
_form
;
$sectionId
=
required_param
(
'sectionid'
,
PARAM_INT
);
$courseID
=
required_param
(
'courseid'
,
PARAM_INT
);
...
...
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