DML-53048 forms: Remove conflict resultion remaining bit

Change wrong alternative references as well.
This commit is contained in:
David Monllao 2016-10-24 11:16:53 +08:00
parent 8f68e0343a
commit 80b74762c9
3 changed files with 2 additions and 3 deletions

View File

@ -5620,7 +5620,6 @@ function message_is_user_blocked($recipient, $sender = null) {
}
/**
<<<<<<< 919b9dfabd69f71c088f565746c547e6e169a0b7
* Display logs.
*
* @deprecated since 3.2

View File

@ -3,7 +3,7 @@ YUI.add('moodle-form-passwordunmask', function (Y, NAME) {
M.form = M.form || {};
M.form.passwordunmask = function() {
Y.log("The moodle-form-passwordunmask module has been deprecated. " +
"Please use the core_forum/passwordunmask amd module instead.", 'moodle-form-passwordunmask', 'warn');
"Please use the core_form/passwordunmask amd module instead.", 'moodle-form-passwordunmask', 'warn');
};

View File

@ -1,5 +1,5 @@
M.form = M.form || {};
M.form.passwordunmask = function() {
Y.log("The moodle-form-passwordunmask module has been deprecated. " +
"Please use the core_forum/passwordunmask amd module instead.", 'moodle-form-passwordunmask', 'warn');
"Please use the core_form/passwordunmask amd module instead.", 'moodle-form-passwordunmask', 'warn');
};