summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_event.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-21 13:56:52 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-21 13:56:52 -0700
commitdd31b1d39f9a342afc82cc7e446e36454a882cf9 (patch)
treec7e1e4f4e9ce747c275da3143ae735c6a2b8b97a /modules/gallery/helpers/gallery_event.php
parented6dfbc0e8eabf7662d128fd4241a92fa3a140b8 (diff)
Revert "* Move the captured field into the exif module where it is created and populated."
This reverts commit a00619b812393cf73d1c188af7961af820d36185.
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
-rw-r--r--modules/gallery/helpers/gallery_event.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php
index 446a8a91..64f2a9ff 100644
--- a/modules/gallery/helpers/gallery_event.php
+++ b/modules/gallery/helpers/gallery_event.php
@@ -53,14 +53,4 @@ class gallery_event_Core {
$data[] = $item->name;
$data[] = $item->title;
}
-
- static function get_sort_fields($sort_order) {
- $sort_order->fields = array_merge($sort_order->fields,
- array("weight" => t("Manual"),
- "created" => t("Date uploaded"),
- "title" => t("Title"),
- "updated" => t("Date modified"),
- "view_count" => t("Number of views"),
- "rand_key" => t("Random")));
- }
}