From 4d1c8d7cac83f00cbe895befd8ac628c2a657c67 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 30 Aug 2010 15:57:25 -0400 Subject: [PATCH] correct some comments --- ansel/lib/Image.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ansel/lib/Image.php b/ansel/lib/Image.php index f89a401b3..4c9f4165f 100644 --- a/ansel/lib/Image.php +++ b/ansel/lib/Image.php @@ -568,7 +568,7 @@ class Ansel_Image Implements Iterator return $GLOBALS['injector']->getInstance('Ansel_Storage')->getScope()->saveImage($this); } - /* New image, need to save the image files, exif etc... */ + /* New image, need to save the image files */ $GLOBALS['injector']->getInstance('Ansel_Storage')->getScope()->saveImage($this); /* The EXIF functions require a stream, so we need to save before we read */ @@ -704,8 +704,7 @@ class Ansel_Image Implements Iterator /* Flag to determine if we need to resave the image data */ $needUpdate = false; - /* Populate any local properties that come from EXIF - * Save any geo data to a seperate table as well */ + /* Populate any local properties that come from EXIF */ if (!empty($exif_fields['GPSLatitude'])) { $this->lat = $exif_fields['GPSLatitude']; -- 2.11.0