includes/functions.php
changeset 472 bc4b58034f4d
parent 468 194a19711346
child 473 518bc2b214f1
--- 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) )
   {