X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=grade%2Fexport%2Ftxt%2Fgrade_export_txt.php;h=0be958983c2c838e5a92a22c3cabac7cbdfefb24;hp=6ca697ad6072df449b700369334d15b4dbc30769;hb=6189c7b4d34f8c2ac40ab2d6cd18626ffde662d6;hpb=dfb597b447e0061776a6ddb7ec017daf4400636d diff --git a/grade/export/txt/grade_export_txt.php b/grade/export/txt/grade_export_txt.php index 6ca697ad607..0be958983c2 100644 --- a/grade/export/txt/grade_export_txt.php +++ b/grade/export/txt/grade_export_txt.php @@ -23,11 +23,6 @@ class grade_export_txt extends grade_export { public $separator; // default separator - public function grade_export_txt($course, $groupid=0, $itemlist='', $export_feedback=false, $updatedgradesonly = false, $displaytype = GRADE_DISPLAY_TYPE_REAL, $decimalpoints = 2, $separator='comma', $onlyactive = false) { - $this->grade_export($course, $groupid, $itemlist, $export_feedback, $updatedgradesonly, $displaytype, $decimalpoints, $onlyactive); - $this->separator = $separator; - } - public function __construct($course, $groupid=0, $itemlist='', $export_feedback=false, $updatedgradesonly = false, $displaytype = GRADE_DISPLAY_TYPE_REAL, $decimalpoints = 2, $separator = 'comma', $onlyactive = false) { parent::__construct($course, $groupid, $itemlist, $export_feedback, $updatedgradesonly, $displaytype, $decimalpoints, $onlyactive); $this->separator = $separator;