X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=birthday_confirm.php;h=13cd43104ab75e9c217b384b60548e674fe76b13;hb=deb38715c7df5b148e0c0952d9ce88833b220718;hp=2923ceb2c9aaafe9e1f63f0e9cdb6039c0c0835f;hpb=4867976d90c806a03bb0848886f1e175c68cf3a4;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index 2923ceb2c9..13cd43104a 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -55,10 +55,10 @@ setContentType('text/html'); redirectOnUninstalledExtension('birthday'); // Script is installed so let's check for his confirmation link... -$userid = bigintval(getRequestParameter('userid')); +$userid = bigintval(getRequestElement('userid')); // Only allow numbers here... -$chk = bigintval(getRequestParameter('check'), false); +$chk = bigintval(getRequestElement('check'), false); // Check if link is not clicked so far $result = SQL_QUERY_ESC("SELECT @@ -77,7 +77,7 @@ LIMIT 1", $userid, $chk ), __FILE__, __LINE__); -//* DEBUG: */ debugOutput("userid=".$userid.",chk=".$chk." (".strlen($chk).'/'.strlen(getRequestParameter('check')).'/'.SQL_NUMROWS($result) . ')'); +//* DEBUG: */ debugOutput("userid=".$userid.",chk=".$chk." (".strlen($chk).'/'.strlen(getRequestElement('check')).'/'.SQL_NUMROWS($result) . ')'); // Prepare content $content = array();