From bab41ab7b68efc3645b919b4740979dced026036 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 26 May 2010 08:58:53 +0000 Subject: [PATCH] gradebook MDL-21562 commented out a bunch of code that should be ok to be deleted. --- grade/report/grader/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grade/report/grader/module.js b/grade/report/grader/module.js index a3c1698dbc1..7b4d0e91d46 100644 --- a/grade/report/grader/module.js +++ b/grade/report/grader/module.js @@ -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;