Verberg podcasts met titel < 15 tekens
This commit is contained in:
@@ -17,7 +17,7 @@ SELECT `podcast`.`id`, `podcast`.`soundfilename`,
|
||||
FROM `podcast`
|
||||
INNER JOIN `podcast_meta` ON `podcast`.`id` = `podcast_meta`.`podcast`
|
||||
LEFT JOIN `programs` ON `podcast_meta`.`program` = `programs`.`id`
|
||||
WHERE `podcast_meta`.`active` = 1 AND `podcast_meta`.`title` <> '' AND `podcast_meta`.`content` <> ''
|
||||
WHERE `podcast_meta`.`active` = 1 AND LENGTH(`podcast_meta`.`title`) > 15 AND `podcast_meta`.`content` <> ''
|
||||
QUERY;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user