Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $_GET ['starttime'] = intVal($_REQUEST['starttime']) | |
| $_GET ['manualid'] = intVal($_REQUEST['manualid']) | |
| global | $Scheduled_Recordings |
| $all_shows = array() | |
| $all_shows [] = & $Scheduled_Recordings[$callsign][$starttime][$key] | |
| $_GET['starttime'] = intVal($_REQUEST['starttime']) |
Definition at line 27 of file upcoming.php.
| $_GET['manualid'] = intVal($_REQUEST['manualid']) |
Definition at line 28 of file upcoming.php.
| global $Scheduled_Recordings |
Definition at line 83 of file upcoming.php.
| $all_shows = array() |
Definition at line 84 of file upcoming.php.
| $all_shows[] = & $Scheduled_Recordings[$callsign][$starttime][$key] |
Definition at line 117 of file upcoming.php.
1.5.5