diff -r 7906fb190fc1 -r bc4b58034f4d includes/functions.php --- a/includes/functions.php Sat Mar 01 23:02:05 2008 -0500 +++ b/includes/functions.php Sun Mar 02 19:32:19 2008 -0500 @@ -1025,6 +1025,8 @@ @reset($header_array); $headers = ''; + $cc = ''; + $bcc = ''; while(list(, $header) = each($header_array)) { if (preg_match('#^cc:#si', $header)) @@ -3101,7 +3103,7 @@ * @return int */ -function password_score($password, &$debug) +function password_score($password, &$debug = false) { if ( !is_string($password) ) {