X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_list.php;h=2b1de42a38172a51a333ab4f90536b61a010c3c5;hb=968b5160ae624519f1a9491f00e0aeadf25729fb;hp=14a3ed991f31db834ece4760afb87af93c09de5a;hpb=6d36252268cb1928efaab3862dfb5df8006ef60a;p=mailer.git diff --git a/inc/modules/member/what-surfbar_list.php b/inc/modules/member/what-surfbar_list.php index 14a3ed991f..2b1de42a38 100644 --- a/inc/modules/member/what-surfbar_list.php +++ b/inc/modules/member/what-surfbar_list.php @@ -70,10 +70,9 @@ if ((isFormSent()) && (isPostRequestParameterSet(('action'))) && (isPostRequestP } } elseif (count($urlArray) > 0) { // List all URLs - $OUT = ''; $SW = 2; + $OUT = ''; foreach ($urlArray as $id => $content) { // "Translate"/insert data - $content['sw'] = $SW; if ($content['views_total'] > 0) { // Include link to stats $content['views_total'] = '[' . translateComma($content['views_total']) . ']'; @@ -81,16 +80,9 @@ if ((isFormSent()) && (isPostRequestParameterSet(('action'))) && (isPostRequestP $content['url_registered'] = generateDateTime($content['url_registered'], 2); $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2); $content['actions'] = SURFBAR_MEMBER_ACTIONS($content['id'], $content['url_status']); - if (empty($content['url_lock_reason'])) { - // Fixes some HTML problems with empty cells - $content['url_lock_reason'] = '---'; - } // END - if // Load row template $OUT .= loadTemplate('member_surfbar_list_row', true, $content); - - // Switch color - $SW = 3 - $SW; } // END - if // Load main template