Ticket #1663: parentid.patch
| File parentid.patch, 618 bytes (added by , 20 years ago) |
|---|
-
modules/tv/detail.php
135 135 $schedule->tsdefault = $_POST['timestretch']; 136 136 // Keep track of the parent recording for overrides 137 137 if ($_POST['record'] == rectype_override) { 138 $schedule->parentid = $schedule->rec id;138 $schedule->parentid = $schedule->recordid; 139 139 } 140 140 // Search schedules saved here will create a new schedule 141 141 if ($schedule->search) {
