|
|
@ -62,7 +62,7 @@ if(!isset($_SESSION['draw_dir']) && !isset($_SESSION['whereami'])) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$current_session_id = api_get_session_id(); |
|
|
|
$current_session_id = api_get_session_id(); |
|
|
|
$groupId=$_SESSION['_gid']; |
|
|
|
$groupId = api_get_group_id(); |
|
|
|
$relativeUrlPath=$_SESSION['draw_dir']; |
|
|
|
$relativeUrlPath=$_SESSION['draw_dir']; |
|
|
|
$currentTool=$_SESSION['whereami']; |
|
|
|
$currentTool=$_SESSION['whereami']; |
|
|
|
$dirBaseDocuments = api_get_path(SYS_COURSE_PATH).$_course['path'].'/document'; |
|
|
|
$dirBaseDocuments = api_get_path(SYS_COURSE_PATH).$_course['path'].'/document'; |
|
|
|