Adding lib needed.

1.9.x
Julio Montoya 12 years ago
parent b690fcb75a
commit 7ed4109ba6
  1. 1
      main/inc/lib/course.lib.php

@ -293,6 +293,7 @@ class CourseManager
// Erase user student publications (works) in the course - by André Boivin
if (!empty($user_list)) {
require_once api_get_path(SYS_CODE_PATH).'work/work.lib.php';
foreach ($user_list as $userId) {
// Getting all work from user
$workList = getWorkPerUser($userId);

Loading…
Cancel
Save