MDL-31890 version bump

(and trailing whitespace fix)
This commit is contained in:
Dan Poltawski 2013-09-03 09:55:08 +08:00
parent 6affe9e695
commit 98c2189d62
2 changed files with 3 additions and 3 deletions

View File

@ -435,7 +435,7 @@ abstract class gradingform_controller {
* Returns an array of all active instances for this definition.
* (intentionally does not return instances with status NEEDUPDATE)
*
* @param int since only return instances with timemodified >= since
* @param int since only return instances with timemodified >= since
* @return array of gradingform_instance objects
*/
public function get_all_active_instances($since = 0) {
@ -1015,4 +1015,4 @@ abstract class gradingform_instance {
public function default_validation_error_message() {
return '';
}
}
}

View File

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2013090200.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2013090300.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.