Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Shipping
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2012 at 03:37 UTC
Updated:
21 Feb 2012 at 05:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
jerry commentedPatch attached.
Comment #2
tr commentedGee, that bug's been in Ubercart since Drupal 5! And it traces back to code taken from http://drupal.org/node/70915, which is almost 6 years old!
It hasn't been noticed before because E_NOTICE isn't set by default in Drupal 5 and 6, and in Drupal 7 the notice will only show if there were errors in the quote response returned from UPS. It's a purely cosmetic issue that doesn't affect the proper functioning of the module.
Committed the patch to both 7.x-3.x and 6.x-2.x.