]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-stats.php
Typos fixed + keep fake modules hidden
[mailer.git] / inc / modules / guest / what-stats.php
index 9ee6c440869e07ab0bfc8a533d954edb17d5e4c2..031d48f717038f70b15fbdc901b483b5f63e58a4 100644 (file)
@@ -114,10 +114,10 @@ switch (strtoupper($do)) {
                        $cats[$content['id']] = $content['cat'];
                } // END - while
 
-               // Now we have all categories loaded, count members
+               // Now all categories have been loaded, count members
                foreach ($cats as $id => $dummy) {
-                       // We only need id and nothing more to count...
-                       // @TODO This does not exclude testers
+                       // Only the id needs to be counted
+                       // @TODO This doesn't exclude tester accounts
                        $cat_cnt[$id] = countSumTotalData(bigintval($id), 'user_cats', 'id', 'cat_id', TRUE);
                } // END - foreach