schedule show finds playlists available and returns show content better
This commit is contained in:
parent
ad869e0f7f
commit
0ffa232b6d
3 changed files with 31 additions and 37 deletions
|
@ -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}'";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue