librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1735] okay, this really does fix it.


From: Matt Lee
Subject: [Librefm-commits] [1735] okay, this really does fix it.
Date: Thu, 21 May 2009 15:55:11 +0000

Revision: 1735
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1735
Author:   mattl
Date:     2009-05-21 15:55:10 +0000 (Thu, 21 May 2009)
Log Message:
-----------
okay, this really does fix it. 

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

Modified: branches/stable/nixtape/reset.php
===================================================================
--- branches/stable/nixtape/reset.php   2009-05-21 15:53:19 UTC (rev 1734)
+++ branches/stable/nixtape/reset.php   2009-05-21 15:55:10 UTC (rev 1735)
@@ -89,7 +89,7 @@
        $code = md5($row['$username'] . $row['email'] . time());
 
        $sql = 'INSERT INTO Recovery_Request (username, email, code, expires) 
VALUES('
-                       . $adodb->qstr($row['$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]