From d1ff25cd9c30fb09af846ebab40a0f61144fd341 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 28 Apr 2007 08:50:39 +0000 Subject: *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@7416 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 81f0433f1a..6ca04eb134 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -1400,7 +1400,7 @@ function validate_password($password) foreach ($chars as $char) { if (!preg_match('#' . $char . '#u', $password)) - {var_dump($char, $password); + { return 'INVALID_CHARS'; } } -- cgit v1.2.1