MDL-14679 finished moodlelib conversion

This commit is contained in:
skodak
2008-05-30 19:59:50 +00:00
parent 11fd3d1d8b
commit ae040d4bcc
6 changed files with 386 additions and 408 deletions
+2 -2
View File
@@ -135,8 +135,8 @@ class auth_plugin_base {
* auth_user_update_password accepted a username as the first parameter. The
* revised function expects a user object.
*
* @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 bool True on success
*/