-initial changes for CC-1944

This commit is contained in:
martin 2011-03-03 20:13:55 -05:00
parent 9759efc6cf
commit 2346be671e
6 changed files with 82 additions and 43 deletions

View file

@ -688,7 +688,7 @@ class Schedule {
$result['playlists'] = $playlists;
$result['check'] = 1;
print json_encode($result);
return $result;
}