diff options
Diffstat (limited to 'bin/vdr.php')
-rwxr-xr-x | bin/vdr.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/vdr.php b/bin/vdr.php index e10a139..82960dc 100755 --- a/bin/vdr.php +++ b/bin/vdr.php @@ -316,8 +316,7 @@ function vdrgetrecinfo($rec) if (!is_utf8($epgdesc)) $epgdesc = utf8_encode($epgdesc); - - return array($channame, epgtitle, $epgdesc); + return array($channame, $epgtitle, $epgdesc); } |