MDL-14679

This commit is contained in:
skodak
2008-05-31 17:48:51 +00:00
parent b3829d0a55
commit ab122f4604
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ class auth_plugin_none extends auth_plugin_base {
*
* called when the user password is updated.
*
* @param object $user User table object (with system magic quotes)
* @param string $newpassword Plaintext password (with system magic quotes)
* @param object $user User table object
* @param string $newpassword Plaintext password
* @return boolean result
*
*/