Skip to content

Commit

Permalink
Clean up some more code errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Apr 7, 2013
1 parent a73cb64 commit 9461085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/css.php
Expand Up @@ -13,7 +13,8 @@
* settings.
/**/
function category_class(&$item) {
$css_class =array();
$css_class = array();
$cache = array();
// Disable categories colorization
if (isset($_SESSION['genre_colors'])
&& $_SESSION['genre_colors'] == 0) {
Expand Down
4 changes: 4 additions & 0 deletions modules/tv/tmpl/default/recorded.php
Expand Up @@ -106,6 +106,10 @@

foreach ($All_Shows as $show) {
flush();

if (is_null($show))
continue;

if ($_SESSION['recorded_paging'] > 0 && $rows > 0) {
$rows--;
continue;
Expand Down

0 comments on commit 9461085

Please sign in to comment.