X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-unlock_emails.php;h=09af56904d4d48b99c3be3651817e7f9ff11a837;hp=36a3e66ed4e5d3bb593ba196dd0a0d4d2456d746;hb=3afdce4fe00b4af570122ce7b8158ced44aec7d3;hpb=30986f637cd3c03951bdbfc880b9a420f7724ce0 diff --git a/inc/modules/admin/what-unlock_emails.php b/inc/modules/admin/what-unlock_emails.php index 36a3e66ed4..09af56904d 100644 --- a/inc/modules/admin/what-unlock_emails.php +++ b/inc/modules/admin/what-unlock_emails.php @@ -149,7 +149,7 @@ LIMIT 1", sendEmail($DATA['sender'], getMessage('MEMBER_ORDER_REJECTED'), $msg_user); // If you do not enter an URL to redirect to, your URL will be set! - if ((!REQUEST_ISSET_POST(('redirect'))) || (REQUEST_POST('redirect') == "http://")) REQUEST_SET_POST('redirect', constant('URL')); + if ((!REQUEST_ISSET_POST(('redirect'))) || (REQUEST_POST('redirect') == 'http://')) REQUEST_SET_POST('redirect', constant('URL')); // Redirect URL SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_pool` SET url='%s', data_type='NEW' WHERE `id`=%s LIMIT 1", @@ -226,7 +226,7 @@ LIMIT 1", define('__UNLOCK_ROWS', $OUT); // Prepare rejection URL - $REJECT = "http://"; + $REJECT = 'http://'; if (GET_EXT_VERSION('other') >= '0.1.6') $REJECT = getConfig('reject_url'); define('__REJECT_URL', $REJECT);