diff options
Diffstat (limited to 'configs/eventsview-ck.sql')
-rw-r--r-- | configs/eventsview-ck.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/eventsview-ck.sql b/configs/eventsview-ck.sql index 1a8c506..daf30be 100644 --- a/configs/eventsview-ck.sql +++ b/configs/eventsview-ck.sql @@ -12,7 +12,7 @@ else sub_shorttext end shorttext, case when sub_longdescription is Null or (sub_category not in ('Serie','Spielfilm') and length(cnt_longdescription) / (length(sub_longdescription)/100) > 20) then - concat('sub_longdescription','|DVB: ',cnt_longdescription) + concat(sub_longdescription,'|DVB: ',cnt_longdescription) else sub_longdescription end longdescription, |