From: Ævar Arnfjörð Bjarmason Date: Thu, 21 Apr 2005 09:34:47 +0000 (+0000) Subject: * Fixed a typo X-Git-Tag: 1.5.0alpha1~205 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=2dc705199c6280ca4282a03c837ccc61019c7651;p=lhc%2Fweb%2Fwiklou.git * Fixed a typo --- diff --git a/includes/exifReader.inc b/includes/exifReader.inc index f536f9d862..158621add7 100644 --- a/includes/exifReader.inc +++ b/includes/exifReader.inc @@ -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);