Because you are modifying the registry directly, there's no way anybody can override that function.
Attached is a patch that does mostly the same, except that the override callback doesn't actually returns the output but it rather call its own registered theme function to theme the new table. Doing it like this you can theme the new table if necessary as well.
Patch is against rc3, but it should work with -dev. Changes are straightforward to read anyway.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | uc_vat.module.themable_review_table.patch | 1002 bytes | hanoii |
| uc_vat.module.themable_review_table.patch | 899 bytes | hanoii |
Comments
Comment #1
hanoiiSorry, new patch with a few more comments
Comment #2
longwaveCommitted to CVS, thanks.