diff options
Diffstat (limited to 'scripts/autotimer2searchtimer.pl')
-rwxr-xr-x | scripts/autotimer2searchtimer.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/autotimer2searchtimer.pl b/scripts/autotimer2searchtimer.pl index 6cb24b2..c068b39 100755 --- a/scripts/autotimer2searchtimer.pl +++ b/scripts/autotimer2searchtimer.pl @@ -157,9 +157,9 @@ sub CONF_Collect { $stitle = $at->{section} & 1 ? 1 : 0; $ssubtitle = $at->{section} & 2 ? 1 : 0; $sdescription = $at->{section} & 4 ? 1 : 0; - + $id += 1 if ($EPGSEARCH_FILENAME); - + $data = sprintf $conf_str, $id, $pattern, |