]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_list.php
XML parser introduced, ext-surfbar rewritten, more EL code:
[mailer.git] / inc / modules / member / what-surfbar_list.php
index 6d17f2560fa7c79d28a62c61e23d2ff53eaa6170..cd377c70361e59df08f80463d7624263f59a9a5c 100644 (file)
@@ -75,13 +75,13 @@ if ((isFormSent()) && (isPostRequestParameterSet('action')) && (isPostRequestPar
                        // Include link to stats
                        $content['views_total'] = '[<a href="{%url=modules.php?module=login&amp;what=surfbar_list%}">{%pipe,translateComma=' . $content['views_total'] . '%}</a>]';
                } // END - if
                        // Include link to stats
                        $content['views_total'] = '[<a href="{%url=modules.php?module=login&amp;what=surfbar_list%}">{%pipe,translateComma=' . $content['views_total'] . '%}</a>]';
                } // 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);
                $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);
 
        // Load main template
        loadTemplate('member_surfbar_list', false, $OUT);