MDL-23919 mod_data: Clean illegal whitespace

Also moving upgrade step below 3.2 mark.
This commit is contained in:
David Monllao 2017-04-04 00:07:24 +02:00
parent ea51aa631b
commit bf3b4321c0
2 changed files with 4 additions and 4 deletions

View File

@ -97,6 +97,9 @@ function xmldb_data_upgrade($oldversion) {
upgrade_mod_savepoint(true, 2016090600, 'data');
}
// Automatically generated Moodle v3.2.0 release upgrade line.
// Put any upgrade step following this.
if ($oldversion < 2017032800) {
// Define field completionentries to be added to data. Require a number of entries to be considered complete.
@ -112,8 +115,5 @@ function xmldb_data_upgrade($oldversion) {
upgrade_mod_savepoint(true, 2017032800, 'data');
}
// Automatically generated Moodle v3.2.0 release upgrade line.
// Put any upgrade step following this.
return true;
}

View File

@ -1,6 +1,6 @@
@mod @mod_data
Feature: Set entries required as a completion condition for a data item
In order to ensure students make a minimum number of entries
In order to ensure students make a minimum number of entries
As a teacher
I need to set entries required to mark the database activity as completed