X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=beg.php;h=072f4b46d1226da49c8fc2c863163068f028544e;hp=b605c4527d8d6b43b3af490f1e506ec7bfac5d79;hb=3deb4216cd947c4eb14b0a9e3b9f637ca25e77d3;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;ds=sidebyside diff --git a/beg.php b/beg.php index b605c4527d..072f4b46d1 100644 --- a/beg.php +++ b/beg.php @@ -89,7 +89,7 @@ if (isGetRequestElementSet('userid')) { // numbers matching to the numbers behind the decimal dot. Simple! ;-) $points = mt_rand((getConfig('beg_points') * 100000), (getConfig('beg_points_max') * 100000)) / 100000; - // Set nickname / userid for the template(s + // Set nickname / userid for template $content['userid'] = getRequestElement('userid'); $content['clicks'] = (getUserData('beg_clicks') + 1); $content['banner'] = loadTemplate('beg_banner', true);