changed mailing feature

This commit is contained in:
Bachir Soussi Chiadmi 2016-07-19 20:14:04 +02:00
parent 507402d07b
commit dd95b24f5b
2 changed files with 0 additions and 16 deletions

View File

@ -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

View File

@ -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;