X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Forder.php;h=68509930dbf9633d25a8fa1653d185468dc545da;hb=171923dfbd09758b7cbf58aff40c5a358407061a;hp=915500d4d7aba0bf78abef0429f65ad1d269ac77;hpb=b679042bd22371aa267e595db8d0e08941afc9eb;p=mailer.git diff --git a/inc/modules/order.php b/inc/modules/order.php index 915500d4d7..68509930db 100644 --- a/inc/modules/order.php +++ b/inc/modules/order.php @@ -77,7 +77,7 @@ if (empty($url)) { if (!SQL_HASZEROAFFECTED()) { // @TODO Unused: 2,4 // Load mail again... 0 1 2 3 4 5 6 7 - $result = SQL_QUERY_ESC("SELECT `subject`,`text`,`receivers`,`payment_id`,`timestamp`,`url`,`cat_id`,`target_send` FROM `{?_MYSQL_PREFIX?}_pool` WHERE `id`=%s AND `sender`=%s LIMIT 1", + $result = SQL_QUERY_ESC("SELECT `subject`, `text`, `receivers`, `payment_id`, `timestamp`, `url`, `cat_id`, `target_send` FROM `{?_MYSQL_PREFIX?}_pool` WHERE `id`=%s AND `sender`=%s LIMIT 1", array( bigintval(getRequestElement('order')), getMemberId() @@ -91,7 +91,7 @@ if (empty($url)) { // Fix empty subject line if (empty($content['subject'])) { - $content['subject'] = '{--DEFAULT_SUBJECT_LINE--}'; + $content['subject'] = '{--DEFAULT_SUBJECT--}'; } // END - if // Calculate used points