diff options
| author | shadlaws <shad@shadlaws.com> | 2013-02-10 10:10:44 +0100 |
|---|---|---|
| committer | shadlaws <shad@shadlaws.com> | 2013-02-10 10:10:44 +0100 |
| commit | 27be4ae6064b8609a641f4bf239999d5a8ec2c60 (patch) | |
| tree | 3f7fa915f8c6f96caee4599dfbd6d5bf95ea5598 /modules/gallery/helpers/photo.php | |
| parent | a06faf61b40b458870bad5e66e2666c90032ee2d (diff) | |
Follow-on to 0312d1b071bd4434ddb3f82888b0323da6bf3732 for #1994.
- Updated function comments to match revisions.
- No functional changes.
Diffstat (limited to 'modules/gallery/helpers/photo.php')
| -rw-r--r-- | modules/gallery/helpers/photo.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/gallery/helpers/photo.php b/modules/gallery/helpers/photo.php index 2d32f0d3..004cc7c4 100644 --- a/modules/gallery/helpers/photo.php +++ b/modules/gallery/helpers/photo.php @@ -94,10 +94,8 @@ class photo_Core { * Input is *not* standard photo type that is supported by getimagesize (e.g. tif, bmp...) * -> return metadata from getimagesize() * Input is *not* standard photo type that is *not* supported by getimagesize but is legal - * -> return zero width and height, mime type and extension according to legal_file - * Input is *not* standard photo type that is *not* supported by getimagesize and is *not* legal - * -> return zero width and height, null mime type and extension - * Input is not readable or does not exist + * -> return metadata if found by photo_get_file_metadata events + * Input is illegal, unidentifiable, unreadable, or does not exist * -> throw exception * Note: photo_get_file_metadata events can change any of the above cases (except the last one). */ |
