Closed (won't fix)
Project:
Notifications
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2009 at 17:26 UTC
Updated:
21 May 2010 at 12:21 UTC
from notifications.admin.inc, notifications_settings_form():
$form['defaults']['notifications_default_send_interval'] = array(
'#type' => 'select',
'#title' => t('Default send interval'),
'#options' => _notifications_send_intervals(),
'#default_value' => variable_get('notifications_default_send_interval', 0),
);
I'm trying to understand how and why this configuration item is used in the 5.x branch. I can't see any code in the Notifications project that makes use of this value, so I assume that this value does nothing in the 5.x-1.3 code base. Or have I missed something?
Comments
Comment #1
jose reyero commentedJust critical bugs for 5.x