summaryrefslogtreecommitdiff
path: root/modules/exif/helpers/exif_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/exif/helpers/exif_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/exif/helpers/exif_event.php')
-rw-r--r--modules/exif/helpers/exif_event.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/exif/helpers/exif_event.php b/modules/exif/helpers/exif_event.php
index c5c48bdc..826ec959 100644
--- a/modules/exif/helpers/exif_event.php
+++ b/modules/exif/helpers/exif_event.php
@@ -27,8 +27,4 @@ class exif_event_Core {
static function item_deleted($item) {
Database::instance()->delete("exif_records", array("item_id" => $item->id));
}
-
- static function get_sort_fields($sort_order) {
- $sort_order->fields["captured"] = t("Date captured");
- }
}