Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
20 May 2009 at 16:54 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jrust commentedAttaching new patch. Didn't realize $title was being used farther down.
Comment #2
rszrama commentedI think I'd prefer a display method that kept the address constant; i.e. have the address first always, instead of sometimes by itself and sometimes in parentheses after a name. Perhaps the following if there's a name or if there isn't:
Also, the patch doesn't follow the Drupal coding standards for if ... else:
Comment #3
rszrama commentedComment #4
jrust commentedGood idea -- changed the patch as you suggested.
Comment #5
rszrama commentedComment #6
rszrama commentedWorks like a charm. Many thanks!