]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/refback_functions.php
Unconfirmed mails rewritten, mail confirmation saved in stats table
[mailer.git] / inc / libs / refback_functions.php
index fdb97da005f2e2eb292f07a1f8598b26ba8d15c8..0df8e050848cb37214521ec64f3b0e1ce20868fa 100644 (file)
@@ -334,7 +334,7 @@ function REFBACK_CHANGE_MEMBER_PERCENTS ($id, $percents) {
                // No member!
                $status['message'] = MEMBER_REFBACK_ERROR_NO_MEMBER;
                return $status;
                // No member!
                $status['message'] = MEMBER_REFBACK_ERROR_NO_MEMBER;
                return $status;
-       } elseif ("".$id."" != "".bigintval($id)."") {
+       } elseif ("".$id."" != "".($id + 0)."") {
                // No number!
                $status['message'] = MEMBER_REFBACK_ERROR_INVALID_ID_NUMBER;
                return $status;
                // No number!
                $status['message'] = MEMBER_REFBACK_ERROR_INVALID_ID_NUMBER;
                return $status;