]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_list.php
More rewrites/templates swapped out:
[mailer.git] / inc / modules / member / what-surfbar_list.php
index da9bfd255138a082b6a2d05ffb6c758558513bbf..562ea10b330609f176777c8c01e23670aa9bf5e6 100644 (file)
@@ -74,15 +74,13 @@ if ((isFormSent()) && (isPostRequestParameterSet(('action'))) && (isPostRequestP
        foreach ($urlArray as $id => $content) {
                // "Translate"/insert data
                $content['sw'] = $SW;
-               $content['url'] = generateDerefererUrl($content['url']);
                if ($content['views_total'] > 0) {
                        // Include link to stats
-                       $content['views_total'] = "[<a href=\"{%url=modules.php?module=login&amp;what=surfbar_list%}\">".translateComma($content['views_total'])."</a>]";
+                       $content['views_total'] = '[<a href="{%url=modules.php?module=login&amp;what=surfbar_list%}">' . 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['actions']         = SURFBAR_MEMBER_ACTIONS($content['id'], $content['url_status']);
-               $content['url_status']      = translateSurfbarUrlStatus($content['url_status']);
                if (empty($content['url_lock_reason'])) {
                        // Fixes some HTML problems with empty cells
                        $content['url_lock_reason'] = '---';
@@ -102,5 +100,5 @@ if ((isFormSent()) && (isPostRequestParameterSet(('action'))) && (isPostRequestP
        loadTemplate('admin_settings_saved', false, getMessage('MEMBER_SURFBAR_NO_URLS_FOUND'));
 }
 
-//
+// [EOF]
 ?>