Ticket #1421: disallow_single_override.patch
File disallow_single_override.patch, 528 bytes (added by , 19 years ago) |
---|
-
themes/default/tv/detail.php
327 327 </div> 328 328 <?php 329 329 } 330 if ($schedule && ($schedule->search || $schedule->type) ) {330 if ($schedule && ($schedule->search || $schedule->type) && $schedule->type != rectype_once) { 331 331 ?> 332 332 <div id="schedule_override"> 333 333 <h3><?php echo t('Schedule Override') ?>:</h3>