|
|
|
@ -1942,7 +1942,7 @@ function rl_get_resource_link_for_learnpath($course_code, $learnpath_id, $id_in_ |
|
|
|
$link .= $main_dir_path.'user/user.php?origin='.$origin; |
|
|
|
$link .= $main_dir_path.'user/user.php?origin='.$origin; |
|
|
|
break; |
|
|
|
break; |
|
|
|
case 'student_publication' : |
|
|
|
case 'student_publication' : |
|
|
|
include '../work/work.lib.php'; |
|
|
|
include_once '../work/work.lib.php'; |
|
|
|
$path = get_work_path(1); |
|
|
|
$path = get_work_path(1); |
|
|
|
$link .= $main_course_path.$path; |
|
|
|
$link .= $main_course_path.$path; |
|
|
|
break; |
|
|
|
break; |
|
|
|
|