Ticket #1663: parentid.patch

File parentid.patch, 618 bytes (added by derek@…, 20 years ago)

set parentid properly for overrides in MythWeb

  • modules/tv/detail.php

     
    135135            $schedule->tsdefault     = $_POST['timestretch'];
    136136        // Keep track of the parent recording for overrides
    137137            if ($_POST['record'] == rectype_override) {
    138                 $schedule->parentid = $schedule->recid;
     138                $schedule->parentid = $schedule->recordid;
    139139            }
    140140        // Search schedules saved here will create a new schedule
    141141            if ($schedule->search) {