librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1614] incomplete adodb conversion


From: Clint Adams
Subject: [Librefm-commits] [1614] incomplete adodb conversion
Date: Thu, 14 May 2009 22:50:22 +0000

Revision: 1614
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1614
Author:   clint
Date:     2009-05-14 22:50:21 +0000 (Thu, 14 May 2009)
Log Message:
-----------
incomplete adodb conversion

Modified Paths:
--------------
    trunk/gnukebox/submissions/1.1/handshake.php

Modified: trunk/gnukebox/submissions/1.1/handshake.php
===================================================================
--- trunk/gnukebox/submissions/1.1/handshake.php        2009-05-14 21:38:59 UTC 
(rev 1613)
+++ trunk/gnukebox/submissions/1.1/handshake.php        2009-05-14 22:50:21 UTC 
(rev 1614)
@@ -48,7 +48,7 @@
 catch (exception $e) {
        die("FAILED " . $e->getMessage() . "\n");
 }
-if(!$res->numRows()) {
+if(!$res) {
        die("BADUSER\n");
 }
 $password = $res;





reply via email to

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