Skip to content

Instantly share code, notes, and snippets.

@sprice
Created March 28, 2011 23:12
Show Gist options
  • Save sprice/891520 to your computer and use it in GitHub Desktop.
Save sprice/891520 to your computer and use it in GitHub Desktop.
diff --git atrium_calendar/atrium_calendar.feeds_importer_default.inc atrium_calendar/atrium_calendar.feeds_importer_default.inc
index 0ecc787..856048a 100644
--- atrium_calendar/atrium_calendar.feeds_importer_default.inc
+++ atrium_calendar/atrium_calendar.feeds_importer_default.inc
@@ -54,6 +54,11 @@ function atrium_calendar_feeds_importer_default() {
'target' => 'created',
'unique' => FALSE,
),
+ 5 => array(
+ 'source' => 'guid',
+ 'target' => 'guid',
+ 'unique' => TRUE,
+ ),
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment