diff options
author | Alib <aliboba@free.fr> | 2010-02-28 16:04:29 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-28 16:04:29 +0100 |
commit | 3bacf5b55fa8fd2135f4811683cb4c20c1d3cb0d (patch) | |
tree | 78985dc4c161295658f34cdf0171e97b3d34cf2c /includes/inc_vdr.php | |
parent | 5f5250a9b693ea62075e9677b0efe53b6c4bc013 (diff) | |
download | istreamdev-3bacf5b55fa8fd2135f4811683cb4c20c1d3cb0d.tar.gz istreamdev-3bacf5b55fa8fd2135f4811683cb4c20c1d3cb0d.tar.bz2 |
fixed recording with '
Diffstat (limited to 'includes/inc_vdr.php')
-rwxr-xr-x | includes/inc_vdr.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |