Browse Source

changed mailing feature

Bachir Soussi Chiadmi 7 năm trước cách đây
mục cha
commit
dd95b24f5b

+ 0 - 2
sites/all/modules/features/mailing/mailing.info

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

+ 0 - 14
sites/all/modules/features/mailing/mailing.strongarm.inc

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