From fc08012e5d2111c7df88f0bb4660d1e20f57b355 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 12 Feb 2009 16:14:52 +0000 Subject: Add a maintenace task to extract the EXIF data from images Changed exif to EXIF in comments --- modules/exif/controllers/exif.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/exif/controllers') 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); -- cgit v1.2.3