Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $RecStatus_Types | |
| $RecStatus_Types |
Initial value:
array(
'-8' => 'TunerBusy',
'-7' => 'LowDiskSpace',
'-6' => 'Cancelled',
'-5' => 'Deleted',
'-4' => 'Aborted',
'-3' => 'Recorded',
'-2' => 'Recording',
'-1' => 'WillRecord',
0 => 'Unknown',
1 => 'DontRecord',
2 => 'PreviousRecording',
3 => 'CurrentRecording',
4 => 'EarlierShowing',
5 => 'TooManyRecordings',
6 => 'NotListed',
7 => 'Conflict',
8 => 'LaterShowing',
9 => 'Repeat',
10 => 'Inactive',
11 => 'NeverRecord'
)
Definition at line 23 of file programs.php.
1.5.5