On the node edit page, node/123/edit, a number of PHP notices are triggered:

  • notice: Undefined variable: w in /Users/christian/Sites/drupal6/sites/all/modules/contrib/imagefield_crop/imagefield_crop_widget.inc on line 136.
  • notice: Undefined variable: h in /Users/christian/Sites/drupal6/sites/all/modules/contrib/imagefield_crop/imagefield_crop_widget.inc on line 137.
  • notice: Undefined index: crop in /Users/christian/Sites/drupal6/sites/all/modules/contrib/imagefield_crop/imagefield_crop_widget.inc on line 181.
  • notice: Undefined index: crop in /Users/christian/Sites/drupal6/sites/all/modules/contrib/imagefield_crop/imagefield_crop_widget.inc on line 181.
  • notice: Undefined index: crop in /Users/christian/Sites/drupal6/sites/all/modules/contrib/imagefield_crop/imagefield_crop_widget.inc on line 181.
  • notice: Undefined index: crop in /Users/christian/Sites/drupal6/sites/all/modules/contrib/imagefield_crop/imagefield_crop_widget.inc on line 181.
  • notice: Undefined index: crop in /Users/christian/Sites/drupal6/sites/all/modules/contrib/imagefield_crop/imagefield_crop_widget.inc on line 181.

This patch removes these and a few others.

CommentFileSizeAuthor
imagefield_crop_notice-1.patch742 bytesc960657

Comments

yhager’s picture

Status: Needs review » Fixed

Thanks!
Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.