summaryrefslogtreecommitdiff
path: root/bin/vdr.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-17 18:37:21 +0100
committerAlib <aliboba@free.fr>2010-03-17 18:37:21 +0100
commitc178fdfb5bd45e45e40af3aa969932af92e3287b (patch)
tree0e82ede835b18bc57d7d76828f7285ecc67a8908 /bin/vdr.php
parentd425e7f9f8c7ffe40f133e99e1d6ca6c6fee9d80 (diff)
parent5a82ce8d05eb30148d8079aed01c503c73dd58d6 (diff)
downloadistreamdev-c178fdfb5bd45e45e40af3aa969932af92e3287b.tar.gz
istreamdev-c178fdfb5bd45e45e40af3aa969932af92e3287b.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, 3 insertions, 0 deletions
diff --git a/bin/vdr.php b/bin/vdr.php
index 4eb1906..e10a139 100755
--- a/bin/vdr.php
+++ b/bin/vdr.php
@@ -61,6 +61,7 @@ function vdrgetcategories()
if (!is_utf8($curcat))
$curcat = utf8_encode($curcat);
+// $curcat = rawurlencode($curcat);
}
else if ($line[0] != "")
$curcatchancount++;
@@ -178,6 +179,8 @@ function vdrgetchannels($category, $now)
if (!is_utf8($tmpchan['name']))
$tmpchan['name'] = utf8_encode($tmpchan['name']);
+// $tmpchan['name'] = rawurlencode($tmpchan['name']);
+
$chanlist[] = $tmpchan;
}