X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_details.php;h=33d0af91689e60e24e218f1a1e31f979817bc2cb;hb=4da570680cb8c5ed1e550746e48a16965b7175c4;hp=8a27a5bfb92d445ed855faab5254dae0b90b32cc;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/modules/admin/what-email_details.php b/inc/modules/admin/what-email_details.php index 8a27a5bfb9..33d0af9168 100644 --- a/inc/modules/admin/what-email_details.php +++ b/inc/modules/admin/what-email_details.php @@ -98,15 +98,15 @@ ORDER BY timestamp DESC"; $result_normal = SQL_QUERY($sql, __FILE__, __LINE__); // Set offset an current page to default values -if (!isGetRequestElementSet('page')) setRequestGetElement('page', 1); +if (!isGetRequestElementSet('page')) setGetRequestElement('page', 1); if (!isGetRequestElementSet('offset')) { if (isConfigEntrySet('mails_page')) { // Set config entry - setRequestGetElement('offset', getConfig('mails_page')); + setGetRequestElement('offset', getConfig('mails_page')); } else { // Set default one - setRequestGetElement('offset', 10); + setGetRequestElement('offset', 10); } } // END - if @@ -152,7 +152,7 @@ if (SQL_NUMROWS($result_list) > 0) { $pool['unconfirmed'] = $pool['sent_email'] - $pool['clicks']; if ($pool['unconfirmed'] > 0) { // Add link to list_unconfirmed what-file - $pool['unconfirmed'] = "".$pool['unconfirmed'].""; + $pool['unconfirmed'] = "" . $pool['unconfirmed'] . ""; } elseif ($pool['unconfirmed'] < 0) { // Sometimes rarely displayed minus values will be "fixed" to zero $pool['unconfirmed'] = '0'; @@ -208,7 +208,7 @@ if ((isExtensionActive('bonus')) && ($WHO == getMessage('_ALL'))) { // Add link? if ($bonus['unconfirmed'] > 0) { // Add link to list_unconfirmed what-file - $bonus['unconfirmed'] = "".$bonus['unconfirmed'].""; + $bonus['unconfirmed'] = "" . $bonus['unconfirmed'] . ""; } // END - if // Prepare content