MDL-22151 assignment backup - added backup for assignment with subplugin support MDL-22245

This commit is contained in:
Eloy Lafuente 2010-07-02 11:24:56 +00:00
parent 060df4c8f7
commit 8bf1e5295e
4 changed files with 266 additions and 0 deletions

View file

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