includes/functions.php
changeset 238 a78537db2850
parent 231 b11a2f1353c0
parent 232 4cc0736ca168
child 241 c671f3bb8aed
--- a/includes/functions.php	Sat Nov 03 14:30:53 2007 -0400
+++ b/includes/functions.php	Tue Nov 06 10:53:33 2007 -0500
@@ -3019,7 +3019,7 @@
  * @return int
  */
 
-function password_score($password, &$debug = false)
+function password_score($password, &$debug)
 {
   if ( !is_string($password) )
   {