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
moodle
moodle
Commits
5599620f
Commit
5599620f
authored
Apr 16, 2012
by
Dan Poltawski
Browse files
Merge branch 'MDL-32438-master' of
git://github.com/micaherne/moodle
parents
04b16edb
b09912f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/choice/lib.php
View file @
5599620f
...
...
@@ -295,7 +295,7 @@ WHERE
$DB
->
update_record
(
"choice_answers"
,
$newanswer
);
add_to_log
(
$course
->
id
,
"choice"
,
"choose again"
,
"view.php?id=
$cm->id
"
,
$choice
->
id
,
$cm
->
id
);
}
else
{
$newanswer
=
stdClass
();
$newanswer
=
new
stdClass
();
$newanswer
->
choiceid
=
$choice
->
id
;
$newanswer
->
userid
=
$userid
;
$newanswer
->
optionid
=
$formanswer
;
...
...
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