Ticket #1421: disallow_single_override.patch

File disallow_single_override.patch, 528 bytes (added by derek@…, 19 years ago)

Disallow override creation for single record rules

  • themes/default/tv/detail.php

     
    327327        </div>
    328328<?php
    329329        }
    330         if ($schedule && ($schedule->search || $schedule->type)) {
     330        if ($schedule && ($schedule->search || $schedule->type) && $schedule->type != rectype_once) {
    331331?>
    332332        <div id="schedule_override">
    333333            <h3><?php echo t('Schedule Override') ?>:</h3>