Index: mythweb/modules/stats/handler.php
===================================================================
--- mythweb/modules/stats/handler.php	(revision 13300)
+++ mythweb/modules/stats/handler.php	(working copy)
@@ -89,7 +89,7 @@
                                     ON channel.chanid = oldrecorded.chanid
                     '.$where.'
                              AND channel.channum IS NOT NULL
-                    GROUP BY oldrecorded.chanid
+                    GROUP BY channel.callsign
                     ORDER BY recorded DESC, last_recorded, name '
                     .$limit);
     while($row = $sh->fetch_assoc())
