[mythtv-users] mythweb error when switching to compact theme

Malcolm mythtv at lds.dyndns.org
Tue Feb 3 11:57:52 EST 2004


I tried switching to the compact theme in mythweb and got an error on line
238 in /var/www/html/mythtv/themes/compact/program_listing.php

I went to that line and changed it from:
 if ($program->category_type == 'movie' || $program->category_type ==
'Film') )

to:
 if (($program->category_type == 'movie') || ($program->category_type ==
'Film') )


And that fixed it.  Hope this is helpfull to some others.

Thanks
Malcolm





More information about the mythtv-users mailing list