# HG changeset patch # User Dan # Date 1194128784 14400 # Node ID 4cc0736ca16889a7c79f83ac0055f57f27e1e364 # Parent 3daa715e0f699012372dd6cc04189edfde89620c Fix PHP4 compatibility (function def. of password_score) diff -r 3daa715e0f69 -r 4cc0736ca168 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) ) {