From 736b21f249010c21582c541b8d994ec7e7865c11 Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Tue, 23 Jan 2007 16:24:23 +0100 Subject: [PATCH] [svn r10847] debug --- main/newscorm/resourcelinker.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/newscorm/resourcelinker.inc.php b/main/newscorm/resourcelinker.inc.php index 5034d292f8..106e1e23e7 100644 --- a/main/newscorm/resourcelinker.inc.php +++ b/main/newscorm/resourcelinker.inc.php @@ -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; break; case 'student_publication' : - include '../work/work.lib.php'; + include_once '../work/work.lib.php'; $path = get_work_path(1); $link .= $main_course_path.$path; break;