mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-07 15:40:41 -04:00
Updated to Exifer r4107
This commit is contained in:
@@ -485,7 +485,7 @@ function formatData($type,$tag,$intel,$data) {
|
||||
if ($data == 0) $data = gettext('No Flash');
|
||||
else if ($data == 1) $data = gettext('Flash');
|
||||
else if ($data == 5) $data = gettext('Flash, strobe return light not detected');
|
||||
else if ($data == 7) $data = gettext('Flash, strob return light detected');
|
||||
else if ($data == 7) $data = gettext('Flash, strobe return light detected');
|
||||
else if ($data == 9) $data = gettext('Compulsory Flash');
|
||||
else if ($data == 13) $data = gettext('Compulsory Flash, Return light not detected');
|
||||
else if ($data == 15) $data = gettext('Compulsory Flash, Return light detected');
|
||||
|
||||
Reference in New Issue
Block a user