]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_list.php
More fixes for ext-surfbar:
[mailer.git] / inc / modules / member / what-surfbar_list.php
index cd377c70361e59df08f80463d7624263f59a9a5c..8ba9f1f09ccee10acf503c44d4d377ec7b7cf132 100644 (file)
@@ -71,13 +71,13 @@ if ((isFormSent()) && (isPostRequestParameterSet('action')) && (isPostRequestPar
        $OUT = '';
        foreach ($urlArray as $id => $content) {
                // "Translate"/insert data
-               if ($content['views_total'] > 0) {
+               if ($content['url_views_total'] > 0) {
                        // Include link to stats
-                       $content['views_total'] = '[<a href="{%url=modules.php?module=login&amp;what=surfbar_list%}">{%pipe,translateComma=' . $content['views_total'] . '%}</a>]';
+                       $content['url_views_total'] = '[<a href="{%url=modules.php?module=login&amp;what=surfbar_list%}">{%pipe,translateComma=' . $content['url_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['actions']         = SURFBAR_MEMBER_ACTIONS($content['url_id'], $content['url_status']);
 
                // Load row template
                $OUT .= loadTemplate('member_surfbar_list_row', true, $content);