From 4c9ff47ed18ceb99a2b36d735c2bd14ad5446ceb Mon Sep 17 00:00:00 2001 From: TheTroll Date: Sun, 28 Mar 2010 17:08:22 +0200 Subject: fixed drift in parameters --- bin/session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/session.php') diff --git a/bin/session.php b/bin/session.php index 172a02a..5b9464b 100755 --- a/bin/session.php +++ b/bin/session.php @@ -158,8 +158,8 @@ function sessiongetinfo($session) case 'tv': $info['name'] = $channame; $channum = vdrgetchannum($channame); - list($info['now_time'], $info['now_title'], $info['now_desc']) = vdrgetepgat($channum, "now"); - list($info['next_time'], $info['next_title'], $info['next_desc']) = vdrgetepgat($channum, "next"); + list($date, $info['now_time'], $info['now_title'], $info['now_desc']) = vdrgetepgat($channum, "now"); + list($date, $info['next_time'], $info['next_title'], $info['next_desc']) = vdrgetepgat($channum, "next"); break; case 'rec': $info['channel'] = $channame; -- cgit v1.2.3