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
mahara
mahara
Commits
17d64420
Commit
17d64420
authored
Feb 14, 2012
by
Hugh Davenport
Committed by
Gerrit Code Review
Feb 14, 2012
Browse files
Merge "Release locked artefacts when releasing a view from moodle"
parents
506c004a
c35a687f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/api/xmlrpc/lib.php
View file @
17d64420
...
...
@@ -762,6 +762,7 @@ function release_submitted_view($viewid, $assessmentdata, $teacherusername) {
$view
->
set
(
'submittedhost'
,
null
);
$view
->
set
(
'submittedtime'
,
null
);
$view
->
commit
();
ArtefactType
::
update_locked
(
$view
->
get
(
'owner'
));
db_commit
();
}
...
...
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