* Fixed a typo
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 21 Apr 2005 09:34:47 +0000 (09:34 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 21 Apr 2005 09:34:47 +0000 (09:34 +0000)
includes/exifReader.inc

index f536f9d..158621a 100644 (file)
@@ -1013,7 +1013,7 @@ class phpExifReader {
                         break;
                 case TAG_CUSTOM_RENDERED:
                         $tmp = $this->ConvertAnyFormat($ValuePtr, $Format);
-                        $this->ImageInfo['h']["customRendered"] = ($mp == 0) ? 'Normal Process' : ($mp == 1 ? 'Custom Process' : 'Reserved');
+                        $this->ImageInfo['h']["customRendered"] = ($tmp == 0) ? 'Normal Process' : ($tmp == 1 ? 'Custom Process' : 'Reserved');
                         break;
                 case TAG_EXPOSURE_MODE:
                         $tmp = $this->ConvertAnyFormat($ValuePtr, $Format);