diff --git a/functions.inc.php b/functions.inc.php index 605dc72c..9878a2fe 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -899,7 +899,7 @@ function validate_password($password) { * the second parameter ($pw_db), which is the existing hash from the DB. * * @param string $pw - * @param string $encrypted password + * @param string $pw_db optional encrypted password * @return string encrypted password. */ function pacrypt($pw, $pw_db="") {