X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_list.php;h=cd377c70361e59df08f80463d7624263f59a9a5c;hp=6d17f2560fa7c79d28a62c61e23d2ff53eaa6170;hb=9197694ce183b69384a385a6c4a5e16988c7fb09;hpb=3f7f0051c91c54cb691303b9d49fb9cd1a7a4e8c diff --git a/inc/modules/member/what-surfbar_list.php b/inc/modules/member/what-surfbar_list.php index 6d17f2560f..cd377c7036 100644 --- a/inc/modules/member/what-surfbar_list.php +++ b/inc/modules/member/what-surfbar_list.php @@ -75,13 +75,13 @@ if ((isFormSent()) && (isPostRequestParameterSet('action')) && (isPostRequestPar // Include link to stats $content['views_total'] = '[{%pipe,translateComma=' . $content['views_total'] . '%}]'; } // END - if - $content['url_registered'] = generateDateTime($content['url_registered'], 2); - $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2); + $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']); // Load row template $OUT .= loadTemplate('member_surfbar_list_row', true, $content); - } // END - if + } // END - foreach // Load main template loadTemplate('member_surfbar_list', false, $OUT);