X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_notifications.php;h=220213e51752939e3915e3d4bd8863cd21c1ed9f;hb=96dfdd6b8e6a56d6594c3525e5fd2a066697a6de;hp=18587326391592725bc296399beb223e12eddcdb;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/modules/admin/what-list_notifications.php b/inc/modules/admin/what-list_notifications.php index 1858732639..220213e517 100644 --- a/inc/modules/admin/what-list_notifications.php +++ b/inc/modules/admin/what-list_notifications.php @@ -1,7 +1,7 @@ 0) && (!empty($S // 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 $content = $bonus; $content['time'] = createFancyTime($content['time']); $content['category'] = getCategory($content['cat_id']); - $content['receivers'] = str_replace(';', ", ", $content['receivers']); + $content['receivers'] = convertReceivers($content['receivers']); $content['type'] = translatePoolType($content['data_type']); $content['frametester'] = generateFrametesterUrl($content['url']); - $content['timestamp'] = generateDateTime($content['timestamp'], '0'); + $content['timestamp'] = generateDateTime($content['timestamp'], 0); // Load row template $OUT .= loadTemplate('admin_list_notify_emails_row', true, $content); @@ -109,7 +109,7 @@ if ((isExtensionActive('bonus')) && (SQL_NUMROWS($result_max) > 0) && (!empty($S // Add navigation (without change box but with colspan=3) $content['nav'] = ''; - if ($PAGES > 1) $content['nav'] = addEmailNavigation($PAGES, getConfig('mails_page'), false, '3', true); + if ($PAGES > 1) $content['nav'] = addEmailNavigation($PAGES, getConfig('mails_page'), false, 3, true); // Prepare content $content['rows'] = $OUT;