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
Plugins bot
moodle-plugins-snapshots
Commits
d602810f
Commit
d602810f
authored
Jan 23, 2017
by
Dan Poltawski
Browse files
Merge branch 'mdl57668-master' of
https://github.com/tlock/moodle
parents
81b3aefc
32a79864
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/assign/feedback/offline/locallib.php
View file @
d602810f
...
...
@@ -288,7 +288,7 @@ class assign_feedback_offline extends assign_feedback_plugin {
}
else
if
(
$confirm
)
{
$importid
=
optional_param
(
'importid'
,
0
,
PARAM_INT
);
$draftid
=
optional_param
(
'draftid'
,
0
,
PARAM_INT
);
$encoding
=
optional_param
(
'encoding'
,
'utf-8'
,
PARAM_ALPHAEXT
);
$encoding
=
optional_param
(
'encoding'
,
'utf-8'
,
PARAM_ALPHA
NUM
EXT
);
$separator
=
optional_param
(
'separator'
,
'comma'
,
PARAM_ALPHA
);
$ignoremodified
=
optional_param
(
'ignoremodified'
,
0
,
PARAM_BOOL
);
$gradeimporter
=
new
assignfeedback_offline_grade_importer
(
$importid
,
$this
->
assignment
,
$encoding
,
$separator
);
...
...
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