X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-order.php;h=c82794c2506945a52fe8eff9aa4964d7daddb8e1;hp=ae81c826143ee0476456f42a2ae8b8dd3e791e49;hb=cc7c700143bca2420ff0497e648d31a18cc9add2;hpb=ba973321465edf4c1239d3b499b6de1e4be1f10c diff --git a/inc/modules/member/what-order.php b/inc/modules/member/what-order.php index ae81c82614..c82794c250 100644 --- a/inc/modules/member/what-order.php +++ b/inc/modules/member/what-order.php @@ -147,7 +147,7 @@ WHERE sender=%s AND url='%s' AND timestamp > (UNIX_TIMESTAMP() - %s) LIMIT 1", list($blist) = SQL_FETCHROW($result); // Create redirect-URL - $URL = "modules.php?module=login&what=order&msg=".constant('CODE_BLIST_URL')."&blist=".$blist; + $URL = "modules.php?module=login&what=order&msg=".constant('CODE_BLIST_URL')."&blist=".$blist; } // END - if // Free result @@ -616,8 +616,8 @@ LIMIT 1", array(bigintval($ucat)), __FILE__, __LINE__); // Free result SQL_FREERESULT($result); - // 01 2 21 12 2 23 443 3 3210 - if ((!empty($_POST['data'])) || ((getConfig('order_multi_page') == "N") && ((!IS_ADMIN()) && (!EXT_IS_ACTIVE("html_mail"))))) { + // 01 2 21 12 2 23 443 3 3210 + if ((!empty($_POST['data'])) || ((getConfig('order_multi_page') != "Y") && ((!IS_ADMIN()) && (!EXT_IS_ACTIVE("html_mail"))))) { // Pre-output categories $CAT = ""; foreach ($CATS['id'] as $key => $value) {