From ce9232b3b37291079164f98e7b8e4b07a4ff6df4 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 8 Nov 2007 12:55:40 +0100 Subject: [PATCH] [svn r13647] Updated display_document() to include cidReq, which seems to create a problem to view documents when not present --- main/newscorm/learnpath.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 484ba9605d..7bb7342182 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -4419,7 +4419,7 @@ class learnpath { //TODO: add a path filter if($iframe){ - $return .= ''; + $return .= ''; } else{ $return .= file_get_contents(api_get_path(SYS_COURSE_PATH) . $_course['path'] . '/document' . $row_doc['path']);