Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea2bc35
)
assignment MDL-23820 removing the extra format html field.
author
Aparup Banerjee
<nebgor@gmail.com>
Tue, 17 Aug 2010 02:43:47 +0000
(
02:43
+0000)
committer
Aparup Banerjee
<nebgor@gmail.com>
Tue, 17 Aug 2010 02:43:47 +0000
(
02:43
+0000)
mod/assignment/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/assignment/lib.php
b/mod/assignment/lib.php
index
635b096
..
f5f2aec
100644
(file)
--- a/
mod/assignment/lib.php
+++ b/
mod/assignment/lib.php
@@
-1457,7
+1457,6
@@
class assignment_base {
$submission->grade = $feedback->xgrade;
$submission->submissioncomment = $feedback->submissioncomment_editor['text'];
- $submission->format = $feedback->format;
$submission->teacher = $USER->id;
$mailinfo = get_user_preferences('assignment_mailinfo', 0);
if (!$mailinfo) {