aboutsummaryrefslogtreecommitdiffstats
path: root/password.php
diff options
context:
space:
mode:
Diffstat (limited to 'password.php')
-rw-r--r--password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/password.php b/password.php
index 47741cb14..05c42b07d 100644
--- a/password.php
+++ b/password.php
@@ -79,7 +79,7 @@ WHERE '
$error_on_mail = false;
$datas = array();
- while ($row = mysql_fetch_array($result))
+ while ($row = mysql_fetch_assoc($result))
{
$new_password = generate_key(6);