From f62c1a54048ef32f3f32807b7e27d5170e9286a5 Mon Sep 17 00:00:00 2001 From: Alib Date: Fri, 28 May 2010 16:19:16 +0200 Subject: fixed typo for non utf8 content ( thanks Alexw ) --- bin/vdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/vdr.php b/bin/vdr.php index fbb8a3a..5f2e946 100644 --- a/bin/vdr.php +++ b/bin/vdr.php @@ -361,7 +361,7 @@ function vdrgetepgat($channum, $at) // Convert if needed if (!is_utf8($title)) - $title = utf8_encode(title); + $title = utf8_encode($title); if (!is_utf8($desc)) $desc = utf8_encode($desc); -- cgit v1.2.3