librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1733] another missing username


From: Matt Lee
Subject: [Librefm-commits] [1733] another missing username
Date: Thu, 21 May 2009 15:43:49 +0000

Revision: 1733
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1733
Author:   mattl
Date:     2009-05-21 15:43:49 +0000 (Thu, 21 May 2009)
Log Message:
-----------
another missing username

Modified Paths:
--------------
    branches/stable/nixtape/reset.php

Modified: branches/stable/nixtape/reset.php
===================================================================
--- branches/stable/nixtape/reset.php   2009-05-21 15:42:26 UTC (rev 1732)
+++ branches/stable/nixtape/reset.php   2009-05-21 15:43:49 UTC (rev 1733)
@@ -87,7 +87,7 @@
        }
        $code = md5($row['$username'] . $row['email'] . time());
        $sql = 'INSERT INTO Recovery_Request (username, email, code, expires) 
VALUES('
-                       . $adodb->qstr($username) . ', '
+                       . $adodb->qstr($row['$username']) . ', '
                        . $adodb->qstr($row['email']) . ', '
                        . $adodb->qstr($code) . ', '
                        . $adodb->qstr(time() + 86400) . ')';





reply via email to

[Prev in Thread] Current Thread [Next in Thread]