From 4241ab5e4b0d7a1a0165175c1067ac22edd76de8 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Sat, 27 Mar 2010 18:46:22 +0100 Subject: fix? --- bin/vdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/vdr.php') diff --git a/bin/vdr.php b/bin/vdr.php index 48bdeba..72e63eb 100755 --- a/bin/vdr.php +++ b/bin/vdr.php @@ -565,7 +565,7 @@ function vdrgetepg($channel, $time, $day, $programs, $extended) function vdrgetrecinfo($rec) { $infofile = $rec ."/info"; - $infofile = addslashes($infofile); + $infofile = addcslashes($infofile, "'"); if (file_exists($infofile)) $info= file_get_contents($infofile); else -- cgit v1.2.3