Podcastplaatjes ontbraken ineens

This commit is contained in:
NH Gooi
2024-05-03 17:23:23 +02:00
parent 08fd66ecba
commit 2c5b6b3ac6

View File

@@ -12,7 +12,7 @@ class PodcastController extends Controller
{ {
public static $BASE_SQL = <<<QUERY public static $BASE_SQL = <<<QUERY
SELECT `podcast`.`id`, `podcast`.`soundfilename`, SELECT `podcast`.`id`, `podcast`.`soundfilename`,
`podcast_meta`.`creationdt` AS `created`, `podcast_meta`.`title`, `podcast_meta`.`content`, `podcast_meta`.`program`, `podcast_meta`.`creationdt` AS `created`, `podcast_meta`.`title`, `podcast_meta`.`content`, `podcast_meta`.`program`, `podcast_meta`.`imagefile`, `podcast_meta`.`imagecaption`,
`programs`.`longname` AS `program_name`, `programs`.`description` AS `program_description` `programs`.`longname` AS `program_name`, `programs`.`description` AS `program_description`
FROM `podcast` FROM `podcast`
INNER JOIN `podcast_meta` ON `podcast`.`id` = `podcast_meta`.`podcast` INNER JOIN `podcast_meta` ON `podcast`.`id` = `podcast_meta`.`podcast`