Skip to content

Commit

Permalink
Fix for #437. Use Exposure Time instead of Shutter Speed as suggested by
Browse files Browse the repository at this point in the history
hiwilson.
  • Loading branch information
Tim Almdal committed Jun 30, 2009
1 parent 4dfb5aa commit 4943103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exif/helpers/exif.php
Expand Up @@ -110,11 +110,11 @@ private static function _keys() {
"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),
Expand Down

0 comments on commit 4943103

Please sign in to comment.