Created
March 28, 2011 23:12
-
-
Save sprice/891520 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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