X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fframetester.php;h=947753f18a38ef1599c053220a703587549e65e8;hb=3b7577d3b3e6522d8898ed1799031b6de696accc;hp=4e3f4f305400f05a757f135d01a4c2aba88dfeca;hpb=51d65692668408a44920ce069a37c5fa4f5ba257;p=mailer.git diff --git a/inc/modules/frametester.php b/inc/modules/frametester.php index 4e3f4f3054..947753f18a 100644 --- a/inc/modules/frametester.php +++ b/inc/modules/frametester.php @@ -41,7 +41,7 @@ $MODE = "guest"; if (!empty($_GET['order'])) { // Order number placed, is he also logged in? - if(IS_MEMBER()) { + if (IS_MEMBER()) { // Ok, test passed... :) $result = SQL_QUERY_ESC("SELECT subject, url FROM "._MYSQL_PREFIX."_pool WHERE id=%s AND sender=%s AND data_type='TEMP' LIMIT 1", array(bigintval($_GET['order']), $GLOBALS['userid']), __FILE__, __LINE__);