From c697e1a643cb4d742ed9c095e7821f712df19d94 Mon Sep 17 00:00:00 2001 From: Alib Date: Fri, 19 Feb 2010 16:04:02 +0100 Subject: fixed inc_vdr.php for comma channel. Something was missing. --- includes/inc_vdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/inc_vdr.php b/includes/inc_vdr.php index c96217c..49c1acf 100755 --- a/includes/inc_vdr.php +++ b/includes/inc_vdr.php @@ -53,7 +53,7 @@ function vdrgetinfostream($stream = "NULL", $ischan = 1) if ($chanfound == 0) { $streamArray = explode(",",$stream); - if (strstr($allepg[$i], $stream) == $stream) + if (strstr($allepg[$i], $streamArray[0]) == $streamArray[0]) $chanfound = 1; } else -- cgit v1.2.3