NOBUG: Fixup commit to fix stuff wrongly changed on merge commits
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 3 Dec 2015 10:35:13 +0000 (11:35 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 3 Dec 2015 17:52:25 +0000 (18:52 +0100)
On rewriting MDL-47491, we ended in a situation where these
modifications had been incorporated via merge commits. And kept
undetected by rebase -ip.

In general, please, use merge commits only for solving conflicts,
never as a replacement for fixup commits. To fix non-conflicting
things, add new, proper, fixup commits.

lib/deprecatedlib.php
version.php

index e2a26d6..cd38aa4 100644 (file)
@@ -901,7 +901,7 @@ function print_container_end($return=false) {
 /**
  * Print a bold message in an optional color.
  *
- * @deprecated since Moodle 2.0 MDL-12345 - use $OUTPUT->notification instead.
+ * @deprecated since Moodle 2.0 MDL-19077 - use $OUTPUT->notification instead.
  * @todo MDL-50469 This will be deleted in Moodle 3.3.
  * @param string $message The message to print out
  * @param string $classes Optional style to display message text in
index 4306c88..75a581e 100644 (file)
@@ -29,7 +29,7 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2015092400.01;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2015120100.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.