MDL-22151 backup - glossary implemented

This commit is contained in:
Eloy Lafuente 2010-05-03 23:18:33 +00:00
parent 5c430673f6
commit d3ce7c2cc7
3 changed files with 196 additions and 0 deletions

View file

@ -2560,6 +2560,7 @@ function glossary_supports($feature) {
case FEATURE_GRADE_HAS_GRADE: return true;
case FEATURE_GRADE_OUTCOMES: return true;
case FEATURE_RATE: return true;
case FEATURE_BACKUP_MOODLE2: return true;
default: return null;
}