MDL-31948 - IMC-CP - Removing the deprecated imscp_get_participants function

This commit is contained in:
Jason Fowler 2012-05-08 14:58:02 +08:00
parent e16e2300c5
commit ce5f042b82

View File

@ -247,18 +247,6 @@ function imscp_user_complete($course, $user, $mod, $imscp) {
}
}
/**
* Returns the users with data in one imscp
*
* @todo: deprecated - to be deleted in 2.2
*
* @param int $imscpid
* @return bool false
*/
function imscp_get_participants($imscpid) {
return false;
}
/**
* Lists all browsable file areas
*