function tabs_update_1 in Tabs (jQuery UI tabs) 6
Update to remove obsolete variable.
File
- ./
tabs.install, line 6
Code
function tabs_update_1() {
variable_del('tabs_auto_height');
}
Update to remove obsolete variable.
function tabs_update_1() {
variable_del('tabs_auto_height');
}