changed mailing feature
This commit is contained in:
parent
507402d07b
commit
dd95b24f5b
@ -95,8 +95,6 @@ features[variable][] = simplenews_debug
|
||||
features[variable][] = simplenews_format
|
||||
features[variable][] = simplenews_from_address
|
||||
features[variable][] = simplenews_from_name
|
||||
features[variable][] = simplenews_last_cron
|
||||
features[variable][] = simplenews_last_sent
|
||||
features[variable][] = simplenews_priority
|
||||
features[variable][] = simplenews_private_key
|
||||
features[variable][] = simplenews_receipt
|
||||
|
@ -382,20 +382,6 @@ function mailing_strongarm() {
|
||||
$strongarm->value = 'materiO’';
|
||||
$export['simplenews_from_name'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'simplenews_last_cron';
|
||||
$strongarm->value = 1465539721;
|
||||
$export['simplenews_last_cron'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'simplenews_last_sent';
|
||||
$strongarm->value = 37;
|
||||
$export['simplenews_last_sent'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user