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/helpers/exif.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/exif/helpers/exif.php') diff --git a/modules/exif/helpers/exif.php b/modules/exif/helpers/exif.php index 61084b15..ee128353 100644 --- a/modules/exif/helpers/exif.php +++ b/modules/exif/helpers/exif.php @@ -26,7 +26,7 @@ class exif_Core { protected static $exif_keys; public static function extract($item) { - // Only try to extract exif from photos + // Only try to extract EXIF from photos if ($item->is_photo() && $item->mime_type == "image/jpeg") { require_once(MODPATH . "exif/lib/exif.php"); $exif_raw = read_exif_data_raw($item->file_path(), false); -- cgit v1.2.3