]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_list.php
Rewritten to use isExtensionInstalledAndNewer() to save some calls/bugfix
[mailer.git] / inc / modules / member / what-surfbar_list.php
index 63af55cd0098c1d95287ab8c3db75a41bd8c1f37..a4c3b1b850d7713aa2707ad8516120fbf86f2948 100644 (file)
@@ -79,10 +79,10 @@ if ((isFormSent()) && (isPostRequestParameterSet(('action'))) && (isPostRequestP
                        // 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['actions']     = SURFBAR_MEMBER_ACTIONS($content['id'], $content['status']);
-               $content['status']      = translateSurfbarUrlStatus($content['status']);
+               $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']);
+               $content['url_status']      = translateSurfbarUrlStatus($content['url_status']);
                if (empty($content['lock_reason'])) {
                        // Fixes some HTML problems with empty cells
                        $content['lock_reason'] = '---';