Skip to content

Instantly share code, notes, and snippets.

@killes
Created December 4, 2017 15:44
Show Gist options
  • Save killes/b805203f3ff63cba7dfd1683d6d5fd79 to your computer and use it in GitHub Desktop.
Save killes/b805203f3ff63cba7dfd1683d6d5fd79 to your computer and use it in GitHub Desktop.
diff --git a/modules/infinite_odoscope/infinite_odoscope.drush.inc b/modules/infinite_odoscope/infinite_odoscope.drush.inc
index fe875b3..885e88f 100644
--- a/modules/infinite_odoscope/infinite_odoscope.drush.inc
+++ b/modules/infinite_odoscope/infinite_odoscope.drush.inc
@@ -64,7 +64,7 @@ function drush_infinite_odoscope_odoscope_queue() {
}
}
// hardcoded headers from the view
- $csv_data[] = explode(',', "ID,Published,Promoted to home,Promoted to channel,Title,Channel,Channel-ID,Author-ID,Author-Name,Created,Image,Thumbnail,Image-Text,Tag-IDs,Tag-Names,URL,Base64");
+ $csv_data[] = explode(',', "ID,Published,Title,Channel,Channel-ID,Author-ID,Author-Name,Created,Image,Thumbnail,Image-Text,Tag-IDs,Tag-Names,URL,Base64");
if (count($claims_delete)) {
foreach ($args_delete as $nid) {
$row = [];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment