gradebook MDL-21562 Commented out a probably unnecessary variable definition

This commit is contained in:
Andrew Davis
2010-05-26 09:04:00 +00:00
parent 08ab3b09bf
commit 25755917b8
+1 -1
View File
@@ -47,7 +47,7 @@ class grade_report_grader_ajax extends grade_report_grader {
* Increments by one between each user for the gradevalues, and by 1 + usercount for the gradefeedback
* @var int $tabindex
*/
var $tabindex = 0;
//var $tabindex = 0;
/**
* Loads, stores and returns the array of scales used in this course.