Skip to content
Snippets Groups Projects
Unverified Commit 45f65540 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Remove unused col_courseid function

parent 46df32ef
No related branches found
No related tags found
No related merge requests found
...@@ -45,15 +45,6 @@ abstract class interaction_table extends \table_sql { ...@@ -45,15 +45,6 @@ abstract class interaction_table extends \table_sql {
*/ */
public abstract function init(); public abstract function init();
/**
* Render courseid column.
* @param $row
* @return string course link
*/
public function col_courseid($row) {
return \html_writer::link(course_get_url($row->courseid), $row->courseid);
}
/** /**
* Render coursefullname column. * Render coursefullname column.
* @param $row * @param $row
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment