function tablefield_update_7000 in TableField 7.2
Same name and namespace in other branches
- 7.3 tablefield.install \tablefield_update_7000()
- 7 tablefield.install \tablefield_update_7000()
Update schema to handle machine names of input filter formats.
File
- ./
tablefield.install, line 78 - Installation options for TableField.
Code
function tablefield_update_7000() {
tablefield_repair_schema();
}