Remove undefined constant
This commit is contained in:
parent
af7815e858
commit
c2fba554d7
1 changed files with 0 additions and 1 deletions
1
lib.php
1
lib.php
|
@ -41,7 +41,6 @@ function expcontent_delete_instance($id) {
|
|||
function expcontent_supports($feature) {
|
||||
switch($feature) {
|
||||
case FEATURE_COMPLETION_TRACKS_VIEWS: return true;
|
||||
case FEATURE_SHOW_COMPLETION: return true;
|
||||
case FEATURE_BACKUP_MOODLE2: return true;
|
||||
default: return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue