Skip to content
Snippets Groups Projects
Commit b390b7b1 authored by Alex Barth's avatar Alex Barth
Browse files

Clean up left over variable.

parent 0ca8ec35
No related branches found
Tags 6.x-1.0-alpha14
No related merge requests found
......@@ -102,9 +102,7 @@ class FeedsHTTPFetcher extends FeedsFetcher {
* Override parent::configForm().
*/
public function configForm(&$form_state) {
$period = drupal_map_assoc(array(0, 900, 1800, 3600, 10800, 21600, 43200, 86400, 259200, 604800, 2419200), 'format_interval');
$period[FEEDS_SCHEDULE_NEVER] = t('Never renew');
$period[0] = t('Renew as often as possible');
$form = array();
$form['use_pubsubhubbub'] = array(
'#type' => 'checkbox',
'#title' => t('Use PubSubHubbub'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment