summaryrefslogtreecommitdiff
path: root/lib/searchtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/searchtimer.c')
-rw-r--r--lib/searchtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/searchtimer.c b/lib/searchtimer.c
index 2982996..702b7bd 100644
--- a/lib/searchtimer.c
+++ b/lib/searchtimer.c
@@ -1225,7 +1225,7 @@ int cSearchTimer::isAlreadyDone(int repeatfields, json_t* obj, int silent)
if (repeatfields & sfFolge)
{
selectDoneTimer->build(" and (field('%s',ifnull(compshorttext,'NoShortnameAvailable'),ifnull(episodecomppartname,'NoShortnameAvailable')) > 0"
- " or field('%s',ifnull(compshorttext,''),ifnull(episodecomppartname,'NoShortnameAvailable')) > 0)",
+ " or field('%s',ifnull(compshorttext,'NoShortnameAvailable'),ifnull(episodecomppartname,'NoShortnameAvailable')) > 0)",
useeventsDb->getStrValue("COMPSHORTTEXT"), useeventsDb->getStrValue("EPISODECOMPPARTNAME"));
}