schedule show finds playlists available and returns show content better

This commit is contained in:
naomiaro 2011-01-13 16:24:10 -05:00
parent ad869e0f7f
commit 0ffa232b6d
3 changed files with 31 additions and 37 deletions

View file

@ -515,7 +515,7 @@ class Show {
return $event;
}
public function searchPlaylistsForShow($day, $search){
public function searchPlaylistsForShow($day, $search=null){
global $CC_DBC;
$sql = "SELECT * FROM cc_show_days WHERE show_id = '{$this->_showId}' AND day = '{$day}'";