--- recommended.php.orig	2013-10-08 10:39:41.773621241 -0700
+++ recommended.php	2013-10-08 10:29:14.033236311 -0700
@@ -35,7 +35,7 @@
 		
 	}
 	
-	$shows =& load_all_program_data(time(), strtotime('+1 month'), NULL, false, "({$query})", true);
+	$shows =& load_all_program_data(time(), strtotime('+1 month'), NULL, false, strlen($query) ? "({$query})" : 'FALSE', true);
 
 // Load the class for this page
     require_once tmpl_dir.'recommended.php';
