Needs review
Project:
User Terms
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2010 at 16:59 UTC
Updated:
17 Jul 2010 at 13:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedHere is a patch anyway.
Opinions on this?
Comment #2
yeputons commentedFirst thing I noticed:
$vids should be array, not a string, if user_terms_vocabs wasn't defined.
The next bug: we should add comma only if $form[$vid]['types']['#value'] is not empty.
Fixed patch is attached.
Comment #3
joachim commentedWell spotted!
But always put the if block in braces and on its own line.
Powered by Dreditor.
Comment #4
yeputons commentedLike this?