1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/passwords] Minor cleanup in passwords files

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-10-14 14:31:00 +02:00
parent 61f60d395a
commit 87bd628241
3 changed files with 1 additions and 6 deletions

View File

@@ -119,7 +119,6 @@ class helper
*/
public function check_combined_hash($password, $stored_hash_type, $hash)
{
$cur_hash = '';
$i = 0;
$data = array(
'prefix' => '$',