Ticket #3358: mythweb-stats_channel_grouping.patch

File mythweb-stats_channel_grouping.patch, 637 bytes (added by sphery <mtdean@…>, 17 years ago)

Updated patch.

  • mythweb/modules/stats/handler.php

     
    8989                                    ON channel.chanid = oldrecorded.chanid
    9090                    '.$where.'
    9191                             AND channel.channum IS NOT NULL
    92                     GROUP BY oldrecorded.chanid
     92                    GROUP BY channel.callsign
    9393                    ORDER BY recorded DESC, last_recorded, name '
    9494                    .$limit);
    9595    while($row = $sh->fetch_assoc())