]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-online.php
A3H added, handling fixed:
[mailer.git] / inc / modules / guest / action-online.php
index 0622b60eb06cc56573267c81822286758d3fc078..db8745d675888b036625c29d36bef6083207d16e 100644 (file)
@@ -58,10 +58,10 @@ if (getConfig('mad_count') < $total) {
 
 // Prepare content
 $content = array(
-       'guests'  => translateComma(countSumTotalData('N', 'online', 'id', 'is_admin', true, " AND `is_member`='N'")),
-       'members' => translateComma(countSumTotalData('N', 'online', 'id', 'is_admin', true, " AND `is_member`='Y'")),
-       'admins'  => translateComma(countSumTotalData('Y', 'online', 'id', 'is_admin', true)),
-       'total'   => translateComma($total)
+       'guests'  => countSumTotalData('N', 'online', 'id', 'is_admin', true, " AND `is_member`='N'"),
+       'members' => countSumTotalData('N', 'online', 'id', 'is_admin', true, " AND `is_member`='Y'"),
+       'admins'  => countSumTotalData('Y', 'online', 'id', 'is_admin', true),
+       'total'   => $total
 );
 
 // Output table