X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-stats_mods.php;h=80943ba5261ba1146f4e2c17a6dc3738291693ce;hb=e70440e1164db8bbeeccd90df305bfa0efb641e1;hp=07ac5d2177f70d172fba0d70f5fa81d65392bb59;hpb=04040e55c05a59a028101ee3afb04721d08cfc0f;p=mailer.git diff --git a/inc/modules/admin/what-stats_mods.php b/inc/modules/admin/what-stats_mods.php index 07ac5d2177..80943ba526 100644 --- a/inc/modules/admin/what-stats_mods.php +++ b/inc/modules/admin/what-stats_mods.php @@ -64,7 +64,7 @@ if ((getRequestElement('mod') == 'index') || (getRequestElement('mod') == 'login loadTemplate('admin_list_mods_stats2', FALSE, $OUT); } else { // Load module statics - $result = SQL_QUERY("SELECT `module`, `title`, `clicks` FROM `{?_MYSQL_PREFIX?}_mod_reg` ORDER BY `clicks` DESC,`module` ASC", __FILE__, __LINE__); + $result = SQL_QUERY('SELECT `module`, `title`, `clicks` FROM `{?_MYSQL_PREFIX?}_mod_reg` ORDER BY `clicks` DESC, `module` ASC', __FILE__, __LINE__); $OUT = ''; while ($content = SQL_FETCHARRAY($result)) { if (($content['module'] == 'index') || ($content['module'] == 'login')) {