Ticket #11898: mythweb_recommended.patch

File mythweb_recommended.patch, 452 bytes (added by Karl Newman <SiliconFiend@…>, 12 years ago)

Graceful fix for empty recommendation list

  • recommended.php

    old new  
    3535               
    3636        }
    3737       
    38         $shows =& load_all_program_data(time(), strtotime('+1 month'), NULL, false, "({$query})", true);
     38        $shows =& load_all_program_data(time(), strtotime('+1 month'), NULL, false, strlen($query) ? "({$query})" : 'FALSE', true);
    3939
    4040// Load the class for this page
    4141    require_once tmpl_dir.'recommended.php';