Fix PHP4 compatibility (function def. of password_score)
authorDan
Sat, 03 Nov 2007 18:26:24 -0400
changeset 232 4cc0736ca168
parent 230 3daa715e0f69
child 233 cc358458a012
Fix PHP4 compatibility (function def. of password_score)
includes/functions.php
--- a/includes/functions.php	Sat Nov 03 14:15:14 2007 -0400
+++ b/includes/functions.php	Sat Nov 03 18:26:24 2007 -0400
@@ -3011,7 +3011,7 @@
  * @return int
  */
 
-function password_score($password, &$debug = false)
+function password_score($password, &$debug)
 {
   if ( !is_string($password) )
   {