X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Frefback_functions.php;h=0df8e050848cb37214521ec64f3b0e1ce20868fa;hp=fdb97da005f2e2eb292f07a1f8598b26ba8d15c8;hb=b885a5edd8fb28da0995a156e6df238248ce3e62;hpb=fa023dc278004309851a3fd107344216a520db64 diff --git a/inc/libs/refback_functions.php b/inc/libs/refback_functions.php index fdb97da005..0df8e05084 100644 --- a/inc/libs/refback_functions.php +++ b/inc/libs/refback_functions.php @@ -334,7 +334,7 @@ function REFBACK_CHANGE_MEMBER_PERCENTS ($id, $percents) { // 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;