mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
DML-53048 forms: Remove conflict resultion remaining bit
Change wrong alternative references as well.
This commit is contained in:
parent
8f68e0343a
commit
80b74762c9
@ -5620,7 +5620,6 @@ function message_is_user_blocked($recipient, $sender = null) {
|
||||
}
|
||||
|
||||
/**
|
||||
<<<<<<< 919b9dfabd69f71c088f565746c547e6e169a0b7
|
||||
* Display logs.
|
||||
*
|
||||
* @deprecated since 3.2
|
||||
|
@ -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');
|
||||
};
|
||||
|
||||
|
||||
|
@ -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');
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user