--- statistics.module.old Sat Apr 23 06:15:04 2005 +++ statistics.module Sat May 7 22:35:43 2005 @@ -252,7 +252,7 @@ * Menu callback; presents the "Top pages" page. */ function statistics_top_pages() { - $sql = "SELECT COUNT(path) AS hits, path, title FROM {accesslog} GROUP BY path"; + $sql = "SELECT COUNT(path) AS hits, path, title FROM {accesslog} GROUP BY path, title"; $sql_cnt = "SELECT COUNT(DISTINCT(path)) FROM {accesslog}"; $header = array(