diff options
author | Alib <aliboba@free.fr> | 2010-03-28 17:27:00 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-28 17:27:00 +0200 |
commit | 409fe5de3e58fe9689c74593156e04a3786204d4 (patch) | |
tree | 599cf09ae58bef002a970f40fce9e3d826224e0f /bin/session.php | |
parent | 351c11de891427d7df23942245f96d3588bd3647 (diff) | |
parent | db375962a4c5c4170d24734e413a52590f9409b6 (diff) | |
download | istreamdev-409fe5de3e58fe9689c74593156e04a3786204d4.tar.gz istreamdev-409fe5de3e58fe9689c74593156e04a3786204d4.tar.bz2 |
Merge branch 'jquery' of projects.vdr-developer.org:istreamdev into jquery
Diffstat (limited to 'bin/session.php')
-rwxr-xr-x | bin/session.php | 4 |
1 files changed, 2 insertions, 2 deletions
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; |