X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_details.php;h=8a1a30c8c9584bc5d0f8c652f70b6e3190f1fa7e;hb=b6cf467cb0598f96529e46a9de5377f8218ff0dd;hp=1edcfd6c277d378dc67bed90361f94e43a04cfbe;hpb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df;p=mailer.git diff --git a/inc/modules/admin/what-email_details.php b/inc/modules/admin/what-email_details.php index 1edcfd6c27..8a1a30c8c9 100644 --- a/inc/modules/admin/what-email_details.php +++ b/inc/modules/admin/what-email_details.php @@ -1,7 +1,7 @@ 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; + $pool['unconfirmed'] = '0'; } // Prepare content @@ -190,7 +190,7 @@ if (SQL_NUMROWS($result_list) > 0) { if ((isExtensionActive('bonus')) && ($WHO == getMessage('_ALL'))) { // Check only if bonus extension is active if (SQL_NUMROWS($result_bonus) > 0) outputHtml('

'); - } + } // END - if } if ((isExtensionActive('bonus')) && ($WHO == getMessage('_ALL'))) { @@ -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