Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / guest / what-top10.php
index 3acd9680593b5d5ac4b04e6b73d371816991fd7d..8ccdf36800e601b0dd2ecdc24ac68038df5d320b 100644 (file)
@@ -60,7 +60,7 @@ WHERE
 ORDER BY
        total_logins DESC
 LIMIT %s",
-       array(getConfig('top10_max')), __FILE__, __LINE__);
+array(getConfig('top10_max')), __FILE__, __LINE__);
 
 $OUT = ''; $SW = 2; $cnt = 1;
 while ($content = SQL_FETCHARRAY($result)) {
@@ -131,7 +131,7 @@ ORDER BY
        tpoints DESC,
        d.last_online DESC
 LIMIT %s",
-       array(getConfig('top10_max')), __FILE__, __LINE__);
+array(getConfig('top10_max')), __FILE__, __LINE__);
 
 $OUT = ''; $SW = 2; $cnt = 1;
 while ($content = SQL_FETCHARRAY($result)) {
@@ -201,7 +201,7 @@ ORDER BY
        refs DESC,
        d.last_online DESC
 LIMIT %s",
-       array(getConfig('top10_max')), __FILE__, __LINE__);
+array(getConfig('top10_max')), __FILE__, __LINE__);
 
 $OUT = ''; $SW = 2; $cnt = 1;
 while ($content = SQL_FETCHARRAY($result)) {