summaryrefslogtreecommitdiff
path: root/modules/g2_import/helpers/g2_import.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-04-22 19:49:27 +0000
committerBharat Mediratta <bharat@menalto.com>2009-04-22 19:49:27 +0000
commit98d085e55f02dd19fde4fd3acda9037a9fe57bf4 (patch)
treee2fee3b1e27b5c4aa22e30a4dbea32ada90712bc /modules/g2_import/helpers/g2_import.php
parent8141fd50889431059ec2def58418283ddb8f355b (diff)
Minor cleanups:
* Delete g2_map records when the corresponding item is removed. * Improve text on g2 import settings page * Minor comment fixes.
Diffstat (limited to 'modules/g2_import/helpers/g2_import.php')
-rw-r--r--modules/g2_import/helpers/g2_import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import.php b/modules/g2_import/helpers/g2_import.php
index d0b11e25..c52ead36 100644
--- a/modules/g2_import/helpers/g2_import.php
+++ b/modules/g2_import/helpers/g2_import.php
@@ -196,7 +196,7 @@ class g2_import_Core {
$album->view_count = g2(GalleryCoreApi::fetchItemViewCount($g2_album_id));
$album->created = $g2_album->getCreationTimestamp();
- // @todo supported "keywords", "originationTimestamp", and "random" sort orders.
+ // @todo support "keywords", "originationTimestamp", and "random" sort orders.
$order_map = array(
"creationTimestamp" => "created",
"description" => "description",