Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gradebook MDL-21562 commented out a bunch of code that should be ok t…
…o be deleted.
  • Loading branch information
Andrew Davis committed May 26, 2010
1 parent c35aa9f commit bab41ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/report/grader/module.js
Expand Up @@ -275,7 +275,7 @@ M.gradereport_grader.classes.report.prototype.update_feedback = function(userid,
M.gradereport_grader.classes.ajax = function(report, cfg) {
this.report = report;
this.courseid = cfg.courseid || null;
this.feedbacktrunclength = cfg.courseid || null;
this.feedbacktrunclength = cfg.feedbacktrunclength || null;
this.studentsperpage = cfg.studentsperpage || null;
this.showquickfeedback = cfg.showquickfeedback || false;
this.scales = cfg.scales || null;
Expand Down

0 comments on commit bab41ab

Please sign in to comment.