Closed (fixed)
Project:
MyAccount_alter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 04:07 UTC
Updated:
29 Jan 2009 at 20:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
wilco commentedUpgrading issue.
Comment #2
jody lynnLooking at your patch as far as I can see it just deletes some lines and adds the same exact ones back in. Am I missing something?
Comment #3
kleinmp commentedIt looks like wilco moved the code that does the reordering to be outside of the 'if' statement on line 102:
if (variable_get($cat_class .'_'. str_replace(" ", "", $key), 1) == 0) {I tried it out and the patch worked for me.
*Ignore the attachment to this comment*
Comment #4
jody lynnThanks wilco and matt.
Comment #5
kleinmp commentedThis patch has been committed.
Comment #6
jody lynn