From 3bacf5b55fa8fd2135f4811683cb4c20c1d3cb0d Mon Sep 17 00:00:00 2001 From: Alib Date: Sun, 28 Feb 2010 16:04:29 +0100 Subject: fixed recording with ' --- includes/inc_vdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/inc_vdr.php') diff --git a/includes/inc_vdr.php b/includes/inc_vdr.php index ac6be1d..6dee5dc 100755 --- a/includes/inc_vdr.php +++ b/includes/inc_vdr.php @@ -16,7 +16,7 @@ function vdrsendcommand($cmd) function vdrgetinfostream($stream = "NULL", $ischan = 1) { global $allepg, $allepgfilled; - + $stream=stripslashes($stream); if ($ischan) { // Fill epg if not yet done -- cgit v1.2.3