]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_list.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / member / what-surfbar_list.php
index 1cd2ffc5c44f3871d5bb867d15e2c9203d834f85..86b919ff2e2d1daaa30f804d4ca728eee927c7e1 100644 (file)
@@ -78,8 +78,8 @@ if ((isFormSent()) && (isPostRequestElementSet(('action'))) && (isPostRequestEle
                        // Include link to stats
                        $content['views_total'] = "[<a href=\"{?URL?}/modules.php?module=login&amp;what=surfbar_list\">".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\">".translateComma($content['views_total'])."</a>]";
                } // END - if
-               $content['registered']  = generateDateTime($content['registered'], '2');
-               $content['last_locked'] = generateDateTime($content['last_locked'], '2');
+               $content['registered']  = generateDateTime($content['registered'], 2);
+               $content['last_locked'] = generateDateTime($content['last_locked'], 2);
                $content['actions']     = SURFBAR_MEMBER_ACTIONS($content['id'], $content['status']);
                $content['status']      = translateSurfbarUrlStatus($content['status']);
                if (empty($content['lock_reason'])) {
                $content['actions']     = SURFBAR_MEMBER_ACTIONS($content['id'], $content['status']);
                $content['status']      = translateSurfbarUrlStatus($content['status']);
                if (empty($content['lock_reason'])) {