--- uc_node_access/uc_node_access.module 2009-02-19 16:41:17.000000000 -0500 +++ uc_node_access_old/uc_node_access.module 2009-03-18 11:01:25.000000000 -0400 @@ -154,29 +154,6 @@ function uc_node_access_feature_form($fo '#required' => TRUE, ); - $form['delay_period'] = array( - '#type' => 'fieldset', - '#title' => t('Access time delay'), - '#collapsible' => FALSE, - '#description' => t('Specify the length of time after purchase the customer must wait to have access to the node.'), - '#attributes' => array('class' => 'time-period-fieldset'), - ); - $form['delay_period']['delay_period_value'] = array( - '#type' => 'select', - '#options' => drupal_map_assoc(uc_range(1, 52)), - '#default_value' => $access['delay_period_value'], - ); - $form['delay_period']['delay_period_unit'] = array( - '#type' => 'select', - '#options' => array( - 'days' => t('day(s)'), - 'weeks' => t('week(s)'), - 'months' => t('month(s)'), - 'years' => t('year(s)'), - ), - '#default_value' => $access['delay_period_unit'], - ); - $form['time_period'] = array( '#type' => 'fieldset', '#title' => t('Access time period'),