]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_list.php
Column has been renamed in database structure, need to rename it in templates, too.
[mailer.git] / inc / modules / member / what-surfbar_list.php
index b096222d07aeb3dcbe6f4affcebb78b5008e12da..8bfdf0d17a16db6074b06e261a00fa0c3212083e 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -78,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['status']);
+               $content['status']          = translateSurfbarUrlStatus($content['status']);
                if (empty($content['lock_reason'])) {
                        // Fixes some HTML problems with empty cells
                        $content['lock_reason'] = '---';