summaryrefslogtreecommitdiff
path: root/bin/vdr.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-17 18:49:28 +0100
committerAlib <aliboba@free.fr>2010-03-17 18:49:28 +0100
commit6d3e8f33022129106ace66b97407bd66c02205c4 (patch)
tree9e296856ae639511d4f78854c9792562e8de1a01 /bin/vdr.php
parentcd92ba6737c54eb2e3dcf3e617783203d27bbc0b (diff)
parentecc23e50206d248f379fa8346561d3d6e11803fb (diff)
downloadistreamdev-6d3e8f33022129106ace66b97407bd66c02205c4.tar.gz
istreamdev-6d3e8f33022129106ace66b97407bd66c02205c4.tar.bz2
Merge branch 'jquery' of projects.vdr-developer.org:istreamdev into jquery
Diffstat (limited to 'bin/vdr.php')
-rwxr-xr-xbin/vdr.php3
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);
}