From bba9118edf4b05670bf6ee46af6a569f7fd5650c Mon Sep 17 00:00:00 2001 From: TheTroll Date: Wed, 17 Mar 2010 18:41:16 +0100 Subject: Get recordings info --- bin/vdr.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/vdr.php') 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); } -- cgit v1.2.3