Created
December 4, 2017 15:44
-
-
Save killes/b805203f3ff63cba7dfd1683d6d5fd79 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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