Go to the source code of this file.
Variables | |
| $program | |
| $JSON = new Services_JSON() | |
| $program |
Initial value:
new Program($db->query_assoc('SELECT program.*, UNIX_TIMESTAMP(program.starttime) AS `starttime_unix`, UNIX_TIMESTAMP(program.endtime) AS `endtime_unix` FROM program WHERE program.chanid = ? AND program.starttime = FROM_UNIXTIME(?)', $_REQUEST['chanid'], $_REQUEST['starttime'] ))
Definition at line 8 of file get_show_details.php.
| $JSON = new Services_JSON() |
Definition at line 17 of file get_show_details.php.
1.5.5