Countless fixes, ext-grade started:
[mailer.git] / inc / modules / guest / what-top10.php
index a4dc1f524a2ee0542fd48666cd73d8060540ab2a..ebde2cb86c4fa8e1d14923d6e983502d9c3424c5 100644 (file)
@@ -51,7 +51,7 @@ if ((!isExtensionActive('top10')) && (!isAdmin())) {
 // Init array
 $rows = array();
 
-//// TOP logins
+// TOP logins
 $result = SQL_QUERY("SELECT
        `userid`, `total_logins`, `last_online`
 FROM
@@ -107,7 +107,7 @@ $rows['logins_out'] = $OUT;
 // Free result
 SQL_FREERESULT($result);
 
-//// TOP earners
+// TOP earners
 $result = SQL_QUERY("SELECT
        d.userid,
        (SUM(p.points) - d.used_points) AS `points`,
@@ -171,7 +171,7 @@ $rows['points_out'] = $OUT;
 // Free result
 SQL_FREERESULT($result);
 
-//// TOP referal "hunter"
+// TOP referal "hunter"
 $result = SQL_QUERY("SELECT
        d.userid,
        SUM(r.counter) AS refs,