Skip to content

Commit

Permalink
DML-53048 forms: Remove conflict resultion remaining bit
Browse files Browse the repository at this point in the history
Change wrong alternative references as well.
  • Loading branch information
David Monllao committed Oct 24, 2016
1 parent 8f68e03 commit 80b7476
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/deprecatedlib.php
Expand Up @@ -5620,7 +5620,6 @@ function message_is_user_blocked($recipient, $sender = null) {
}

/**
<<<<<<< 919b9dfabd69f71c088f565746c547e6e169a0b7
* Display logs.
*
* @deprecated since 3.2
Expand Down
Expand Up @@ -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');
};


Expand Down
2 changes: 1 addition & 1 deletion lib/form/yui/src/passwordunmask/js/passwordunmask.js
@@ -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');
};

0 comments on commit 80b7476

Please sign in to comment.