Closed (fixed)
Project:
Coder
Version:
7.x-1.x-dev
Component:
Upgrade Routines
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
25 Nov 2009 at 22:21 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
duellj commentedCurrently, this doesn't handle operand parameters beyond adding in a TODO comment. If needed, I could work on checking the assignment of the operand, but I think a comment should be fine. Another option would be to add a foreach loop around drupal_add_library(), but we would have to make sure the operand parameter is an array.
Upgrade routine:
Test function:
Comment #2
solotandem commentedImplemented in next dev release. Modified code to handled the parameter being a variable. Added more cases to example function above.
Comment #3
solotandem commentedImplemented in next dev release. Modified code to handled the parameter being a variable. Added more cases to example function above.