summaryrefslogtreecommitdiff
path: root/modules/exif/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-30 07:22:03 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-30 07:22:03 -0700
commit4943103700332a11f16319496e485cfd7fd9e36a (patch)
treebf7eb9a14ccbf2691603d40b645797600983bba5 /modules/exif/helpers
parent4dfb5aaf250164d9096e8fafc6b1a27386f8c8e5 (diff)
Fix for #437. Use Exposure Time instead of Shutter Speed as suggested by
hiwilson.
Diffstat (limited to 'modules/exif/helpers')
-rw-r--r--modules/exif/helpers/exif.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/helpers/exif.php b/modules/exif/helpers/exif.php
index 970be5ac..747c3171 100644
--- a/modules/exif/helpers/exif.php
+++ b/modules/exif/helpers/exif.php
@@ -110,11 +110,11 @@ class exif_Core {
"ColorSpace" => array("SubIFD", "ColorSpace", t("Color Space"), true),
"ExposureBias" => array("SubIFD", "ExposureBiasValue", t("Exposure Value"), true),
"ExposureProgram" => array("SubIFD", "ExposureProgram", t("Exposure Program"), true),
+ "ExposureTime" => array("SubIFD", "ExposureTime", t("Exposure Time"), true),
"Flash" => array("SubIFD", "Flash", t("Flash"), true),
"FocalLength" => array("SubIFD", "FocalLength", t("Focal Length"), true),
"ISO" => array("SubIFD", "ISOSpeedRatings", t("ISO"), true),
"MeteringMode" => array("SubIFD", "MeteringMode", t("Metering Mode"), true),
- "ShutterSpeed" => array("SubIFD", "ShutterSpeedValue", t("Shutter Speed"), true),
"DateTime" => array("SubIFD", "DateTimeOriginal", t("Date/Time"), true),
"Copyright" => array("IFD0", "Copyright", t("Copyright"), false),
"ImageType" => array("IFD0", "ImageType", t("Image Type"), false),