Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Functions | |
| channel_select ($params= '', $selected='') | |
| Prints a <select> of the available channels /*. | |
| date_select ($params= '') | |
| Prints a <select> of the available date range Reused *almost* verbatim from modules/tv/list.php /*. | |
Variables | |
| $this_channel = & load_one_channel($_REQUEST['chanid']) | |
| $_SESSION ['list_time'] = $_REQUEST['date'] | |
| $this_channel | programs |
| exit | |
| channel_select | ( | $ | params = '', |
|
| $ | selected = '' | |||
| ) |
| date_select | ( | $ | params = '' |
) |
Prints a <select> of the available date range Reused *almost* verbatim from modules/tv/list.php /*.
Definition at line 90 of file channel.php.
| $this_channel = & load_one_channel($_REQUEST['chanid']) |
Definition at line 27 of file channel.php.
| $_SESSION['list_time'] = $_REQUEST['date'] |
Definition at line 33 of file channel.php.
| $this_channel programs |
Initial value:
load_all_program_data(mktime(0, 0, 0, date('n', $_SESSION['list_time']), date('j', $_SESSION['list_time']), date('Y', $_SESSION['list_time'])), mktime(0, 0, 0, date('n', $_SESSION['list_time']), date('j', $_SESSION['list_time']) + 1, date('Y', $_SESSION['list_time'])), $this_channel->chanid)
Definition at line 42 of file channel.php.
Referenced by DBEvent::UpdateDB().
| exit |
Definition at line 52 of file channel.php.
1.5.5