]> git.mxchange.org Git - mailer.git/blobdiff - beg.php
Heavily rewritten API:
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 4b2a5d5f6bae8de0f269e498e911cf4cd49b0bfa..440e7328da880ef310b9f4ff119ae9237adf97bf 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -87,7 +87,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                $status = "failed";
 
                // Check if account was found
-               if ((SQL_NUMROWS($result) == 1) && ($result != false)) {
+               if (SQL_NUMROWS($result) == 1) {
                        // Found an ID so we simply set it
                        list($uid, $clicks, $ref_payout, $status, $last) = SQL_FETCHROW($result);