diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-23 02:46:53 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-23 02:46:53 +0000 |
commit | 38b5c02cfca42c7e7abc385fbf59639a7f0c59ca (patch) | |
tree | 6025c947926c46c9e17cfd962e0edd9ac0e1dab3 /modules | |
parent | 778cf0254e88f8fd73f9bbea28c65a253fbe70bf (diff) |
Remember to import album highlights
Diffstat (limited to 'modules')
-rw-r--r-- | modules/g2_import/helpers/g2_import.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/g2_import/helpers/g2_import.php b/modules/g2_import/helpers/g2_import.php index c52ead36..7e8bc598 100644 --- a/modules/g2_import/helpers/g2_import.php +++ b/modules/g2_import/helpers/g2_import.php @@ -219,6 +219,7 @@ class g2_import_Core { // @todo import origination timestamp // @todo import keywords as tags + // @todo import album highlights } static function import_item(&$queue) { |