@ -107,6 +107,7 @@ function get_course_data($from, $number_of_items, $column, $direction)
$courses = array ();
while ($course = Database::fetch_row($res))
{
/** @todo this should be done using a filter in the sortable table like we did for the sortable table. Code has apparently been written by somebody who did not understand the sortable table */
//'<ahref="../course_home/course_home.php?cidReq='.$code.'">'.Display::return_icon('course_home.gif', get_lang('CourseHomepage')).'</a> '. // This is not the preferable way to go to the homepage.