]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-beg2.php
Wrapper introduced, renaming to the naming convention:
[mailer.git] / inc / modules / member / what-beg2.php
index d41f5964f5522c2995e90bd115df86e3c98a3e4f..9f265539f9d9ada84c192f7743983ae32419bba8 100644 (file)
@@ -84,8 +84,8 @@ if (!SQL_HASZERONUMS($result)) {
        $count = 1;
        while ($content = SQL_FETCHARRAY($result)) {
                // Prepare data for the template
-               $content['cnt']         = $count;
-               $content['last_online'] = generateDateTime($content['last_online'], 2);
+               $content['count']       = $count;
+               $content['last_online'] = generateDateTime($content['last_online'], '2');
 
                // Load row template
                $OUT .= loadTemplate('member_list_beg_row', true, $content);