diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-12 16:14:52 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-12 16:14:52 +0000 |
commit | fc08012e5d2111c7df88f0bb4660d1e20f57b355 (patch) | |
tree | 58060cc115f2ee62761801cb79d7aefafe521350 /modules/exif/controllers | |
parent | 2df75c11fb5ef139148bc536b2d3459e7002749f (diff) |
Add a maintenace task to extract the EXIF data from images
Changed exif to EXIF in comments
Diffstat (limited to 'modules/exif/controllers')
-rw-r--r-- | modules/exif/controllers/exif.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/controllers/exif.php b/modules/exif/controllers/exif.php index 88e4a8b0..d46d6083 100644 --- a/modules/exif/controllers/exif.php +++ b/modules/exif/controllers/exif.php @@ -19,7 +19,7 @@ */ class Exif_Controller extends Controller { /** - * Display the Exif data an existing comment. + * Display the EXIF data for an item. */ public function show($item_id) { $item = ORM::factory("item", $item_id); |