]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_cats.php
Naming convention: 'cnt' is shortcutting 'count'
[mailer.git] / inc / modules / admin / what-list_cats.php
index 73282a156468fcd838905735dc1185a511d636de..fdf5a00c888249d41743b6ec912ee4129a242d97 100644 (file)
@@ -76,8 +76,8 @@ if (isGetRequestParameterSet('userid')) {
                                } // END - if
 
                                // Add more elements
-                               $content['cnt'] = $count;
-                               $content['sel'] = $selection;
+                               $content['count'] = $count;
+                               $content['sel']   = $selection;
 
                                // Load row template and count up
                                $OUT .= loadTemplate('admin_list_user_cats_row', true, $content);