]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/sponsor_functions.php
Fix in CREATE_EXTENSION_DEACTIVATION_TASK() and coding-style updated
[mailer.git] / inc / libs / sponsor_functions.php
index b0deed1830631e2ac4f3ac56b45bfbde94b9004d..499abe7e9fee74877bf93b5e78c91720c9461fcb 100644 (file)
@@ -455,7 +455,7 @@ function UPDATE_SPONSOR_LOGIN()
        if ($login)
        {
                // Update last online timestamp
-               $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_sponsor_data
+               SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_sponsor_data
 SET last_online='".time()."'
 WHERE id='%s' AND password='%s' LIMIT 1",
  array(bigintval($_COOKIE['sponsorid']), $_COOKIE['sponsorpass']), __FILE__, __LINE__);