librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1565] removing numrows


From: Matt Lee
Subject: [Librefm-commits] [1565] removing numrows
Date: Thu, 14 May 2009 14:24:11 +0000

Revision: 1565
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1565
Author:   mattl
Date:     2009-05-14 14:24:11 +0000 (Thu, 14 May 2009)
Log Message:
-----------
removing numrows

Modified Paths:
--------------
    branches/stable/gnukebox/submissions/1.1/handshake.php

Modified: branches/stable/gnukebox/submissions/1.1/handshake.php
===================================================================
--- branches/stable/gnukebox/submissions/1.1/handshake.php      2009-05-14 
04:49:51 UTC (rev 1564)
+++ branches/stable/gnukebox/submissions/1.1/handshake.php      2009-05-14 
14:24:11 UTC (rev 1565)
@@ -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]