From 6ed152749779700ec2378ef08b5a4632a324bbba Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 18 Feb 2018 20:32:34 +0000 Subject: [PATCH] fix phpdoc --- functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="") {