CC-1665: Scheduled stream rebroadcasting and recording

-fix incorrectly named column
This commit is contained in:
Martin Konecny 2012-07-31 10:13:41 -04:00
parent cbbdd5a1fd
commit 527b43e8ba
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class Application_Model_Schedule
$filesSql);
$streamSql = str_replace("%%columns%%",
"ws.name AS file_track_title, ws.login AS file_artist_name,
"ws.name AS file_track_title, ws.creator_id AS file_artist_name,
ws.description AS file_album_title, ws.length AS file_length, 't'::BOOL AS file_exists",
$templateSql);
$streamSql = str_replace("%%join%%",