|
|
|
@ -60,6 +60,7 @@ function DokeosWSCourseList($username, $signature, $visibilities='public') { |
|
|
|
if (empty($username) or empty($signature)) { return -1; } |
|
|
|
if (empty($username) or empty($signature)) { return -1; } |
|
|
|
|
|
|
|
|
|
|
|
require_once (api_get_path(LIBRARY_PATH).'course.lib.php'); |
|
|
|
require_once (api_get_path(LIBRARY_PATH).'course.lib.php'); |
|
|
|
|
|
|
|
require_once (api_get_path(LIBRARY_PATH).'usermanager.lib.php'); |
|
|
|
global $_configuration; |
|
|
|
global $_configuration; |
|
|
|
|
|
|
|
|
|
|
|
$info = api_get_user_info_from_username($username); |
|
|
|
$info = api_get_user_info_from_username($username); |
|
|
|
|