From 0e1ef9d8fda4c57b96fce7fb803cb58d18823d5c Mon Sep 17 00:00:00 2001
From: Bob Vincent <bobvin@pillars.net>
Date: Mon, 17 Oct 2011 12:48:04 -0400
Subject: [PATCH] Issue #1129642 by jensimmons, jbrown: Populate HTML image
 tags with dimension attributes (like D6 imagefield) without
 re-introducing I/O.

---
 modules/image/image.install |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/image/image.install b/modules/image/image.install
index 40ac8518024125d56d478a5a471da8ba265db7d9..bbf44c87636e6e889f963f75d96d080d3d6f5766 100644
--- a/modules/image/image.install
+++ b/modules/image/image.install
@@ -288,7 +288,7 @@ function _image_update_7002_add_columns($table, $field_name) {
  *   The number of images that were processed.
  */
 function _image_update_7002_populate_dimensions($table, $field_name, &$last_fid) {
-  // Define how many images to process per pass.  
+  // Define how many images to process per pass.
   $images_per_pass = 100;
 
   // Query the database for fid / URI pairs.
-- 
1.7.5.4

