Ticket #3358: stats-group-by.diff
File stats-group-by.diff, 633 bytes (added by , 18 years ago) |
---|
-
mythweb/modules/stats/handler.php
89 89 ON channel.chanid = oldrecorded.chanid 90 90 '.$where.' 91 91 AND channel.channum IS NOT NULL 92 GROUP BY oldrecorded.chanid92 GROUP BY channel.name 93 93 ORDER BY recorded DESC, last_recorded, name ' 94 94 .$limit); 95 95 while($row = $sh->fetch_assoc())