X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=beg.php;h=e9877f9699347750c932b7b8820cf53260d88989;hp=81cb992df91506515a35ccca35dc888c2177bb46;hb=5eb7669649ebf60e74a83df70ad4f357d656b204;hpb=155492a5b96cec674846973a8524238b0365a848 diff --git a/beg.php b/beg.php index 81cb992df9..e9877f9699 100644 --- a/beg.php +++ b/beg.php @@ -79,7 +79,7 @@ if (isGetRequestElementSet('userid')) { $status = 'failed'; // Check if account was found - if ((isUserDataValid()) && (getUserData('status') == 'CONFIRMED')) { + if ((isValidUserData()) && (getUserData('status') == 'CONFIRMED')) { /* * Multiply configured values with 100000 and divide with 100000 so we can also handle small values * If we need more number behind the decimal dot then we just need to increase all these three