Closed (fixed)
Project:
UC Profile
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Feb 2010 at 20:33 UTC
Updated:
12 Nov 2010 at 17:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
sokrplare commentedHere is the patch. Let me know if it is messed up - my first patch it was giving issues with no newline at EOF.
Comment #2
EvanDonovan commentedPatches should normally be created with the syntax given by
diff -up old_file new_file > patch_name.patch(see http://drupal.org/patch/create), but it looks like these changes are good.Comment #3
EvanDonovan commentedComment #4
EvanDonovan commentedPatch applies, and fixes the issue. If you're using CVS,
cvs diff -up > ../patch_name.patchis the best way to go for people to be able to review well.Comment #5
indytechcook commentedCommitted: http://drupal.org/cvs?commit=443766