Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $_SESSION ['recorded_pixmaps'] = $_POST['recorded_pixmaps'] ? true : false | |
| $_SESSION ['guide_favonly'] = $_POST['guide_favonly'] ? true : false | |
| $_SESSION ['timeslot_size'] = max(5, intVal($_POST['timeslot_size'])) * 60 | |
| $_SESSION ['num_time_slots'] = max(3, intVal($_POST['num_time_slots'])) | |
| $_SESSION ['timeslot_blocks'] = max(1, intVal($_POST['timeslot_blocks'])) | |
| $_SESSION ['timeslotbar_skip'] = max(1, intVal($_POST['timeslotbar_skip'])) | |
| $_SESSION ['max_stars'] = max(3, intVal($_POST['max_stars'])) | |
| $_SESSION ['star_character'] = $_POST['star_character'] | |
| $_SESSION['recorded_pixmaps'] = $_POST['recorded_pixmaps'] ? true : false |
Definition at line 29 of file tv/set_session.php.
| $_SESSION['guide_favonly'] = $_POST['guide_favonly'] ? true : false |
Definition at line 32 of file tv/set_session.php.
| $_SESSION['timeslot_size'] = max(5, intVal($_POST['timeslot_size'])) * 60 |
Definition at line 33 of file tv/set_session.php.
| $_SESSION['num_time_slots'] = max(3, intVal($_POST['num_time_slots'])) |
Definition at line 34 of file tv/set_session.php.
| $_SESSION['timeslot_blocks'] = max(1, intVal($_POST['timeslot_blocks'])) |
Definition at line 35 of file tv/set_session.php.
| $_SESSION['timeslotbar_skip'] = max(1, intVal($_POST['timeslotbar_skip'])) |
Definition at line 36 of file tv/set_session.php.
Definition at line 37 of file tv/set_session.php.
| $_SESSION['star_character'] = $_POST['star_character'] |
Definition at line 38 of file tv/set_session.php.
1.5.5