mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-31890 version bump
(and trailing whitespace fix)
This commit is contained in:
parent
6affe9e695
commit
98c2189d62
@ -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 '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user